X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/vendor/illuminate/filesystem
home
/
gfecatvj
/
sites
/
vendor
/
illuminate
/
filesystem
/
📁
..
📄
Cache.php
(1.38 KB)
📄
Filesystem.php
(15.37 KB)
📄
FilesystemAdapter.php
(19.84 KB)
📄
FilesystemManager.php
(8.98 KB)
📄
FilesystemServiceProvider.php
(1.71 KB)
📄
LICENSE.md
(1.05 KB)
📄
composer.json
(1.53 KB)
Editing: composer.json
{ "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", "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.0.34).", "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" }
Upload File
Create Folder