The latest version of Laravel now creates a migration whenever you run php artisan make:model. For my current project, I don't want the new migrations. How can I prevent this?
Here's the answer, in case anyone is interested:
use the --no-migration flag.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community