horstoeko/laravelextendedcommand

A library containing an extension for Laravel's console command

v1.0.4 2023-01-21 23:51 UTC

This package is auto-updated.

Last update: 2024-04-26 04:20:35 UTC


README

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.