Package Data | |
---|---|
Maintainer Username: | linhnh95 |
Maintainer Contact: | jd.linhnh95@gmail.com (Nguyen Hong Linh) |
Package Create Date: | 2023-09-08 |
Package Last Update: | 2023-09-26 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-17 03:09:29 |
Package Statistics | |
---|---|
Total Downloads: | 35 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Laravel Lumen Generate is a package that helps to create structure and help with the project construction process.
Require this package with composer. It is recommended to only require the package.
composer require linhnh95/laravel-api-lumen-generate
After running the composer. Turn on the terminal screen and run the command
Adding the text after {
of register
function
/**BEGIN CONFIG**/
/**END CONFIG**/
php artisan lumen-generate:init
To create a series of processing files for a Model using 5 layers
php artisan lumen-generate:make {name} // name can be in the form Folder/FileName