https://github.com/horstoeko/laravelextendedcommand
Extended Laravel Console Command
https://github.com/horstoeko/laravelextendedcommand
argument-validation command-line laravel-framework php php7 php8
Last synced: about 2 months ago
JSON representation
Extended Laravel Console Command
- Host: GitHub
- URL: https://github.com/horstoeko/laravelextendedcommand
- Owner: horstoeko
- License: mit
- Created: 2023-01-21T22:02:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-15T10:10:19.000Z (over 1 year ago)
- Last Synced: 2025-05-24T01:43:27.943Z (about 1 year ago)
- Topics: argument-validation, command-line, laravel-framework, php, php7, php8
- Language: PHP
- Homepage: https://github.com/horstoeko/laravelextendedcommand
- Size: 216 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Extended Laraval Console Command
[](https://packagist.org/packages/horstoeko/laravelextendedcommand) [](https://packagist.org/packages/horstoeko/laravelextendedcommand) [](https://packagist.org/packages/horstoeko/laravelextendedcommand) [](https://packagist.org/packages/horstoeko/laravelextendedcommand) [](https://gitter.im/horstoeko/laravelextendedcommand)
[](https://github.com/horstoeko/laravelextendedcommand/actions/workflows/build.php73.ant.yml) [](https://github.com/horstoeko/laravelextendedcommand/actions/workflows/build.php74.ant.yml) [](https://github.com/horstoeko/laravelextendedcommand/actions/workflows/build.php80.ant.yml) [](https://github.com/horstoeko/laravelextendedcommand/actions/workflows/build.php81.ant.yml)
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](https://getcomposer.org/):
* adding the dependency to your ``composer.json`` file:
```js
"require": {
..
"horstoeko/laravelextendedcommand":"^1",
..
},
```
## Note
The code in this project is provided under the [MIT](https://opensource.org/licenses/MIT) license.