How do you run a php artisan
command inside a module?
#2072
Unanswered
MuhammadTaha
asked this question in
Q&A
Replies: 1 comment
-
you can't run artisan commands inside the module, you have to use the normal artisan in the base Laravel project. You call |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do you run a
php artisan
command inside a module, which should if generate files should be inside the module?Beta Was this translation helpful? Give feedback.
All reactions