lumen-generators
lumen-generators copied to clipboard
A collection of generators for Lumen and Laravel 5.
I got this error when I had tried to install this error: ``` composer require --dev wn/lumen-generators Using version ^1.3 for wn/lumen-generators ./composer.json has been updated Loading composer repositories with...
Hello, i try to create one model with method wn:resources and get this error: In MigrationCommand.php line 118: count(): Parameter must be an array or an object that implements Countable...
I wanna do a object on yaml, but i can't do him without the fields. I hope someone help me...
Since we should not be generating anything on production, can this package be installed as a dev only dependency? composer require --dev wn/lumen-generators I'm asking in case there is any...
Multi-file support on wn:resources, enhance model relationships and enable polymorphic relationships
Add multi-file support for `wn:resources` command, with cross links for better resource structure, add static pre-migration relationship check for the existence of all related models, `--check-only` mode to execute a...
Adding information for the generator to work correctly
how do i generate enum in column in migration?
Minor bugfix: When you use `count()` on a `string` in `PHP 7.2` you get this: ```php count(): Parameter must be an array or an object that implements Countable ``` Replaced...