Skip to content

This is a simple package that includes some of the missing Laravel artisan command into Lumen.

License

Notifications You must be signed in to change notification settings

raditzfarhan/lumen-command-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Total Downloads Latest Version styleci

Lumen Command Generator

This is a simple package that includes some of the missing Laravel artisan command into Lumen.

Installation

You can install the package via composer:

composer require raditzfarhan/lumen-command-generator

Configuration

Edit the bootstrap/app.php file and add the following line to register the service provider:

...
$app->register(RaditzFarhan\LumenCommandGenerator\ServiceProvider::class);
...

Available Commands

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:middleware     Create a new middleware class
make:model          Create a new Eloquent model class
make:observer       Create a new observer class
make:provider       Create a new service provider class
make:resource       Create a new resource
make:rule           Create a new validation rule
route:list          List all registered routes
storage:link        Create the symbolic links configured for the application

Change log

Please see the changelog for more information on what has changed recently.

Credits

License

MIT. Please see the license file for more information.

About

This is a simple package that includes some of the missing Laravel artisan command into Lumen.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages