asmiarowski/lumen-api-generator
Artisan generator for API reasource.
81
6
| Install | |
|---|---|
composer require asmiarowski/lumen-api-generator |
|
| Latest Version: | v0.3.0 |
| PHP: | >=5.5.0 |
| License: | MIT |
| Last Updated: | Mar 21, 2016 |
| Links: | GitHub · Packagist |
Maintainer: asmiarowski
lumen-api-generator
Generates boilerplate for lumen REST API: migration, controller, model, request and route.
Generator creates Eloquent Models and use them in generated controllers. If you want to use this package you are encouraged to uncomment $app->withEloquent in bootstrap/app.php.