🔥A Flysystem wrapper with added file validation and security for efficient, safe file management. 🔥
🇮🇳 Made in India 🇮🇳
You can install Scrawler App via Composer. If you don't have composer installed , you can download composer from here
composer require scrawler/storage
<?php
require __DIR__ . '/vendor/autoload.php';
storage()->setAdapter(new \Scrawler\Adapters\Storage\LocalAdapter(__DIR__ . '/../storage/app'));
storage()->write('hello.txt','hello world');