| Package Data | |
|---|---|
| Maintainer Username: | xiashaung |
| Maintainer Contact: | 996190264@qq.com (xiashaung) |
| Package Create Date: | 2022-03-18 |
| Package Last Update: | 2022-03-18 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-31 03:02:55 |
| Package Statistics | |
|---|---|
| Total Downloads: | 4 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Model, controller provider and service generator for lumen 5+ from DB schema.
Use composer to install it in your lumen project.
composer require xiashaung/lumen-generator
Modify your bootstrap/app.php providers to add generators to Artisan.
$app->register(Xiashaung\lumenGenerator\Provider\GeneratorServiceProvider::class);