horstoeko/laravelextendedcommand

A library containing an extension for Laravel's console command

Maintainers

👁 horstoeko

Package info

github.com/horstoeko/laravelextendedcommand

Type:package

pkg:composer/horstoeko/laravelextendedcommand

Statistics

Installs: 15

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.5 2025-03-15 07:50 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT dab31801a1e55acff93d40389cbfbcb8ee52570c

  • Daniel Erling <daniel.woop@erling.com.de>

consolecommandlaravelextended

This package is auto-updated.

Last update: 2026-06-15 12:47:12 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.