efellemedia/lumen-commands

Adds some core Laravel commands back into Lumen for convenience.
12
Install
composer require efellemedia/lumen-commands
Latest Version:v1.0
License:MIT
Last Updated:Jun 23, 2017
Links: GitHub  ·  Packagist
Maintainer: thekanbo

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

Related Packages

doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

631,580,251 9,707
laravel/framework

The Laravel Framework.

580,311,802 34,925
laravel/tinker

Powerful REPL for the Laravel framework.

489,754,436 7,444
laravel/serializable-closure

Laravel Serializable Closure provides an easy and secure way to serialize closur...

404,034,618 608
nunomaduro/collision

Cli error handling for console/command-line PHP applications.

384,821,166 4,658