X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/vendor/illuminate/console
home
/
gfecatvj
/
sites
/
vendor
/
illuminate
/
console
/
📁
..
📄
Application.php
(8.35 KB)
📄
Command.php
(5.07 KB)
📁
Concerns
📄
ConfirmableTrait.php
(1.21 KB)
📁
Events
📄
GeneratorCommand.php
(9 KB)
📄
LICENSE.md
(1.05 KB)
📄
OutputStyle.php
(1.48 KB)
📄
Parser.php
(4.66 KB)
📁
Scheduling
📄
composer.json
(1.37 KB)
Editing: composer.json
{ "name": "illuminate/console", "description": "The Illuminate Console 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/console": "^5.0", "symfony/process": "^5.0" }, "autoload": { "psr-4": { "Illuminate\\Console\\": "" } }, "extra": { "branch-alias": { "dev-master": "7.x-dev" } }, "suggest": { "dragonmantank/cron-expression": "Required to use scheduler (^2.0).", "guzzlehttp/guzzle": "Required to use the ping methods on schedules (^6.3.1|^7.0).", "illuminate/bus": "Required to use the scheduled job dispatcher (^7.0).", "illuminate/container": "Required to use the scheduler (^7.0).", "illuminate/filesystem": "Required to use the generator command (^7.0).", "illuminate/queue": "Required to use closures for scheduled jobs (^7.0)." }, "config": { "sort-packages": true }, "minimum-stability": "dev" }
Upload File
Create Folder