Créer un modèle avec le contrôleur Laravel
php artisan make:controller CustomersController --model=Customer
Yogesh
php artisan make:controller CustomersController --model=Customer
php artisan make:model Todo -mcr
php artisan make:controller CustomersController -m
php artisan make:controller CustomersController --model=Customer