-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ErrorException] Undefined index: factory on php artisan wn:resources #14
Comments
Hello, Can you please share your Thanks for using these generators |
The file is in pastebin: Thanks in advance |
It seems to be a bug in the code. This will be fixed in the next release 2.0 |
Thx! |
when is next release planned / this bug fixed ? |
here's how to fix it, update \vendor\wn\lumen-generators\src\Commands\ResourcesCommand.php
|
- Bug fixed: [Undefined index: factory](#14) - Feature added: [Check if file already exists before generating it](#11) - Feature added: [Support for additional columns like nullableTimestamps() and softDeletes() in migrations](#12) - Feature added: [Specifying namespace for `wn:resource` and `wn:resources`](#18)
Hey,
I am getting a [ErrorException] Undefined index: factory on php artisan wn:resources generator.yml
I am using lumen 5.2.
Thanks
The text was updated successfully, but these errors were encountered: