We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to run module:seed without any arguments I get the following error:
module:seed
[Illuminate\Contracts\Filesystem\FileNotFoundException] File does not exist at path /storage/app/modules/modules.used
If I then manually create that file and give it the correct permissions I get the following error:
[Pingpong\Modules\Exceptions\ModuleNotFoundException] Module [] does not exist!
The text was updated successfully, but these errors were encountered:
Currently, you can not seed from all modules, but you can seed from specific module. For example: artisan module:seed foo.
artisan module:seed foo
Sorry, something went wrong.
Maybe display a descriptive error message in that case ?
bc232d7
No branches or pull requests
When trying to run
module:seed
without any arguments I get the following error:If I then manually create that file and give it the correct permissions I get the following error:
The text was updated successfully, but these errors were encountered: