An extension for Laravel's console command class
This class uses validation for the options. You can define which and how the options are validated. For this the Laravel's Validation Facade is used
There is one recommended way to install horstoeko/laravelextendedcommand
via Composer:
- adding the dependency to your
composer.json
file:
"require": {
..
"horstoeko/laravelextendedcommand":"^1",
..
},
The code in this project is provided under the MIT license.