I can create a model and resource controller (binded to model) with the following command
php artisan make:controller TodoController --resource --model=Todo
You can do it with the following command:
php artisan make:model post -mcr
Brief :
-m, to create migration
-c to create controller
-r to specify the controller has resource