Closed kskrlin closed 7 years ago
It is working for me. Try clearing composer's cache and reinstalling the packages.
@kikky7 what version of laravel are you using?
Still didn't test with this solution above.
I am using 5.4 version.
Clearing composer's cache didn't help.
It is working now, but after I removed the package and installed it again. Maybe the issue was I was using 0.8 version, and the current version is 1.1
` What command are you running?: [auth ] Auth [controller ] Controller [command ] Command [event ] Event [job ] Job [listener ] Listener [mail ] Mail [middleware ] Middleware [migration ] Migration [model ] Model [notification] Notification [policy ] Policy [provider ] Provider [request ] Request [seeder ] Seeder [test ] Test
Model Name (Example: Posts):
Do you want to make a migration for this model? (yes/no) [no]:
Do you want to make a controller for this model? (yes/no) [no]:
Is this controller a resourceful controller? (yes/no) [no]:
Model created successfully.`
After this snippet of commands in terminal only model App\Order is created, no migration or controller were created. However, when I go with command "controller" both controller and model are created successfully and for the migration I need to user migration command. Why the make:model approach is not creating controller or migration?