raditzfarhan / lumen-command-generator by raditzfarhan

This is a simple package that includes some of the missing Laravel artisan command into Lumen.
2,525
4
1
Package Data
Maintainer Username: raditzfarhan
Maintainer Contact: raditzfarhan@gmail.com (Raditz Farhan)
Package Create Date: 2020-04-13
Package Last Update: 2021-10-14
Language: PHP
License: MIT
Last Refreshed: 2024-11-15 15:22:20
Package Statistics
Total Downloads: 2,525
Monthly Downloads: 4
Daily Downloads: 0
Total Stars: 4
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

Lumen Command Generator

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

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

generate:command        Create a new Artisan command
generate:controller     Create a new controller class
generate:event          Create a new event class        
generate:job            Create a new job class
generate:listener       Create a new event listener class
generate:middleware     Create a new middleware class
generate:model          Create a new Eloquent model class
generate:observer       Create a new observer class
generate:provider       Create a new service provider class

Change log

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

Credits

  • [Raditz Farhan][https://github.com/raditzfarhan]

License

MIT. Please see the license file for more information.