2017 © Pedro Peláez
 

library lumen-generator

A Lumen Generator You Are Missing

image

kloppz/lumen-generator

A Lumen Generator You Are Missing

  • Thursday, April 19, 2018
  • by kloppz
  • Repository
  • 0 Watchers
  • 0 Stars
  • 259 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 23 Forks
  • 0 Open issues
  • 20 Versions
  • 104 % Grown

The README.md

Lumen Generator

Total Downloads Latest Stable Version Latest Unstable Version License, (*1)

Do you miss any Laravel code generator on your Lumen project? If yes, then you're in the right place., (*2)

Installation

To use some generators command in Lumen (just like you do in Laravel), you need to add this package:, (*3)

composer require flipbox/lumen-generator

Configuration

Inside your bootstrap/app.php file, add:, (*4)

$app->register(Flipbox\LumenGenerator\LumenGeneratorServiceProvider::class);

Available Command

key:generate      Set the application key

make:command      Create a new Artisan command
make:controller   Create a new controller class
make:event        Create a new event class
make:job          Create a new job class
make:listener     Create a new event listener class
make:mail         Create a new email class
make:middleware   Create a new middleware class
make:migration    Create a new migration file
make:model        Create a new Eloquent model class
make:policy       Create a new policy class
make:provider     Create a new service provider class
make:seeder       Create a new seeder class
make:test         Create a new test class

Additional Useful Command

clear-compiled    Remove the compiled class file
serve             Serve the application on the PHP development server
tinker            Interact with your application
optimize          Optimize the framework for better performance
route:list        Display all registered routes.

NOTES route:list command has been added via appzcoder/lumen-route-list package., (*5)

The Versions

19/04 2018

dev-develop

dev-develop

A Lumen Generator You Are Missing

  Sources   Download

MIT

The Requires

 

by Carlos Lopez

19/04 2018

5.6.5

5.6.5.0

A Lumen Generator You Are Missing

  Sources   Download

MIT

The Requires

 

by Carlos Lopez

19/04 2018

5.6.3

5.6.3.0

A Lumen Generator You Are Missing

  Sources   Download

MIT

The Requires

 

by Carlos Lopez

02/01 2018