horstoeko / laravelextendedcommand
A library containing an extension for Laravel's console command
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
Requires
- php: ^7.3|^7.4|^8.0|^8.1
- laravel/framework: ^8|^9
Requires (Dev)
- pdepend/pdepend: ^2
- phploc/phploc: ^7
- phpmd/phpmd: ^2
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^9
- sebastian/phpcpd: ^6
- squizlabs/php_codesniffer: ^3
- theseer/phpdox: ^0
This package is auto-updated.
Last update: 2024-10-26 05:28:37 UTC
README
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
Installation
There is one recommended way to install horstoeko/laravelextendedcommand
via Composer:
- adding the dependency to your
composer.json
file:
"require": { .. "horstoeko/laravelextendedcommand":"^1", .. },
Note
The code in this project is provided under the MIT license.