If you begin with the model, you can accomplish it.
php artisan make:model Todo -mcr
If you type PHP artisan make:model —help, all the options are displayed.
-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
I hope this helps you.