| Package Data | |
|---|---|
| Maintainer Username: | zh-mead |
| Maintainer Contact: | 751066209@qq.com (mead) |
| Package Create Date: | 2022-11-28 |
| Package Last Update: | 2024-10-09 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-03 15:04:28 |
| Package Statistics | |
|---|---|
| Total Downloads: | 124 |
| Monthly Downloads: | 4 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
$ composer require zh-mead/lumen-api-starter-generator -vvv
Inside your bootstrap/app.php file, add:
$app->register(ZhMead\LumenApiStarterGenerator\LumenGeneratorServiceProvider::class);
➜ $ 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