| Package Data | |
|---|---|
| Maintainer Username: | zzhpeng |
| Maintainer Contact: | chunpat@163.com (chunpat) |
| Package Create Date: | 2020-10-22 |
| Package Last Update: | 2020-10-22 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-02 15:09:44 |
| Package Statistics | |
|---|---|
| Total Downloads: | 39 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 3 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
$ composer require chunpat/lumen-api-starter-generator -vvv
Inside your bootstrap/app.php file, add:
$app->register(Chunpat\LumenApiStarterGenerator\LumenGeneratorServiceProvider::class);
➜ lumen-api-starter git:(feature_generator) ✗php artisan make:model Permission -a
Controller created successfully.
Service created successfully.
Resource created successfully.
Criteria created successfully.
Presenter created successfully.
Eloquent created successfully.
Repository created successfully.
Validator created successfully.
Transformer created successfully.
Created Migration: 2020_10_22_035537_create_permissions_table
Model created successfully.
You can contribute in one of three ways:
The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.
MIT
1、GitHub - flipboxstudio/lumen-generator: A Lumen Generator You Are Missing