2017 © Pedro Peláez
 

library lumen-commands

Adds some core Laravel commands back into Lumen for convenience.

image

efellemedia/lumen-commands

Adds some core Laravel commands back into Lumen for convenience.

  • Friday, June 23, 2017
  • by kai_desu
  • Repository
  • 4 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Lumen Commands

Adds some core Laravel commands back into Lumen for convenience., (*1)

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

Installation

Begin by installing the package through Composer:, (*3)

composer require efellemedia/lumen-commands

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

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

The Versions

23/06 2017

dev-master

9999999-dev

Adds some core Laravel commands back into Lumen for convenience.

  Sources   Download

MIT

The Requires

 

23/06 2017

v1.0

1.0.0.0

Adds some core Laravel commands back into Lumen for convenience.

  Sources   Download

MIT

The Requires