Looking to hire Laravel developers? Try LaraJobs

laravelextendedcommand maintained by horstoeko

Description
A library containing an extension for Laravel's console command
Author
Last update
2025/03/15 08:50 (dev-master)
License
Downloads
15

Comments
comments powered by Disqus

Extended Laraval Console Command

Latest Stable Version Total Downloads Latest Unstable Version License Gitter

CI (Ant, PHP 7.3) CI (Ant, PHP 7.4) CI (PHP 8.0) CI (PHP 8.1)

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.