You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the models to be put into a Models folder (which happens), and the const MODEL value in the associated controller to be set to "App\Model\[model]" (which does not happen, it remains as "App\[model]").
The text was updated successfully, but these errors were encountered:
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 the models to be put into a Models folder (which happens), and the
const MODEL
value in the associated controller to be set to"App\Model\[model]"
(which does not happen, it remains as"App\[model]"
).The text was updated successfully, but these errors were encountered: