/home/techb158/ileadtechnology.com/vendor/laravel/framework/src/Illuminate/Filesystem
NameSizeModeActions
Cache.php14090644editdlrm
composer.json15700644editdlrm
Filesystem.php157360644editdlrm
FilesystemAdapter.php203230644editdlrm
FilesystemManager.php92720644editdlrm
FilesystemServiceProvider.php17460644editdlrm
LICENSE.md10750644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/laravel/framework/src/Illuminate/Filesystem/composer.json (1570B)
{ "name": "illuminate/filesystem", "description": "The Illuminate Filesystem package.", "license": "MIT", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "require": { "php": "^7.2.5|^8.0", "illuminate/contracts": "^7.0", "illuminate/support": "^7.0", "symfony/finder": "^5.0" }, "autoload": { "psr-4": { "Illuminate\\Filesystem\\": "" } }, "extra": { "branch-alias": { "dev-master": "7.x-dev" } }, "suggest": { "ext-ftp": "Required to use the Flysystem FTP driver.", "illuminate/http": "Required for handling uploaded files (^7.0).", "league/flysystem": "Required to use the Flysystem local and FTP drivers (^1.1).", "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).", "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).", "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).", "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", "symfony/mime": "Required to enable support for guessing extensions (^5.0)." }, "config": { "sort-packages": true }, "minimum-stability": "dev" }