Skip to content

horstoeko/laravelextendedcommand

Repository files navigation

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.