| 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: | 2025-11-03 15:19:51 |
| Package Statistics | |
|---|---|
| Total Downloads: | 2,544 |
| Monthly Downloads: | 1 |
| Daily Downloads: | 0 |
| Total Stars: | 4 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
This is a simple package that includes some of the missing Laravel artisan command into Lumen.
Edit the bootstrap/app.php file and add the following line to register the service provider:
...
$app->register(RaditzFarhan\LumenCommandGenerator\ServiceProvider::class);
...
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
Please see the changelog for more information on what has changed recently.
MIT. Please see the license file for more information.