lumen-generators icon indicating copy to clipboard operation
lumen-generators copied to clipboard

A collection of generators for Lumen and Laravel 5.

Results 38 lumen-generators issues
Sort by recently updated
recently updated
newest added

On fresh package install after running `install.sh` there is a lot of core tests failing due to wrong indendation/spaces. Also there is an issue when starting tests from operating system...

Whenever I try to generate resources with wn:resources I'm getting this error: `Illegal string offset 'name' ` I've tried searching on Google to see if I could find a solution...

Routes/web.php $app->get('task', 'TasksController@all'); $app->get('task/{id}', 'TasksController@get'); $app->post('task', 'TasksController@add'); $app->put('task/{id}', 'TasksController@put'); $app->delete('task/{id}', 'TasksController@remove'); resolved by changing $app to router.

Hey :) Is it possible to add additional fields in the automatically generated pivot table in the yaml file which is used for generating everything via the resources command? By...

Is it possible using this generator to create nested routes something a long the lines of `user/{user}/post/{post}`?

When I try to run command "wn:resources file --path='app/Models' --force=true". I receive the error Cannot add foreign key constraint. I see that the migrations order is incorrect, is generating in...

Added config file and loaded it in CommandsServiceProvider. In TemplateLoader it will now check if a config is set to have a custom template.

When you use the --no-routes argument to the command wn:controller, the routes are still created.

![image](https://user-images.githubusercontent.com/579361/29191673-8e81de18-7dec-11e7-81e4-6f685d1338f4.png) Due to the speed at which the files are generated, it can result in the timestamps being identical, and pivot tables coming before the tables that the pivot table...