efellemedia / lumen-commands by thekanbo

Adds some core Laravel commands back into Lumen for convenience.
11
0
4
Package Data
Maintainer Username: thekanbo
Package Create Date: 2017-06-23
Package Last Update: 2017-06-23
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:03:30
Package Statistics
Total Downloads: 11
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 4
Total Forks: 0
Total Open Issues: 0

Lumen Commands

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);