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

replace $app wit $router to prevent PHP error in lumen refs #47

when I install this package in laravel 5.5, it report a error like this: Problem 1 - doctrine/instantiator 1.1.0 requires php ^7.1 -> your PHP version (7.0.13) does not satisfy...

Hi! Tnx for great generator! Small fixes from me)

I m unable to get artisan commands to make controller, model. I got this when running "**php artisan list**" ``` Laravel Framework Lumen (5.4.6) (Laravel Components 5.4.*) Usage: command [options]...

It seems `wn:resources` doesn't check to see if a create file for the resource's table already exists. When combined with the automatic migration attempt, this results in a `cannot redeclare...

I ran into this when creating resources from a resource file, though it may happen with the other commands. If I run `php artisan wn:resources [file] --path="app/Models"` I would expect...

I love the resources file as a concept and thought it might be nice to expand upon the basic concept of having a configuration for enduring options (instead of only...

Using the command `php artisan wn:model Models/Product` generates `Products.php` inside the `Models` directory as expected but does not add the `\Models` postfix to the namespace and sets the class name...

The rest of the parameters, for the reason of a better personalization for already existing structures, which are required to map to LUMEN. Add: - protected $table - protected $primaryKey...

enhancement
to-study

![image](https://cloud.githubusercontent.com/assets/3246681/24012826/25621c38-0a5e-11e7-99e7-b0b92977fb3a.png) I think this error message should be more verbose, identifying which part of the argument is not being parsed. I don't know if it really is a good idea...

bug
enhancement
to-study