efellemedia/lumen-commands

Adds some core Laravel commands back into Lumen for convenience.

Maintainers

Package info

github.com/efellemedia/lumen-commands

pkg:composer/efellemedia/lumen-commands

Statistics

Installs: 12

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0 2017-06-23 05:07 UTC

This package is auto-updated.

Last update: 2026-03-13 16:29:36 UTC


README

Adds some core Laravel commands back into Lumen for convenience.

The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code.

Installation

Begin by installing the package through Composer:

composer require efellemedia/lumen-commands

Once this operation is complete, simply register the package within Lumen in your project's bootstrap\app.php file.

$app->register(Efelle\LumenCommands\LumenCommandsServiceProvider::class);