I can create a model and resource controller (binded to model) with the following command
php artisan make:controller TodoController --resource --model=Todo
To make mode, controllers with resources, You can type CMD as follows :
php artisan make:model Todo -mcr
or you can check by typing
php artisan help make:model
where you can get all the ideas