Laravel create model, controller and migration in single artisan command

For Laravel 8 and newer: -m, –migration Create a new migration file for the model.-c, –controller Create a new controller for the model.-r, –resource Indicates if the generated controller should be a resource controller and for Laravel 5.7, 6 and 7 and older: -a, –all Generate a migration, factory, and resource controller for the model … Read more