artisan make create controller of model code example
Example 1: laravel create controller
php artisan make:controller MyController
Example 2: create model with controller laravel
php artisan make:controller CustomersController --model=Customer
php artisan make:controller MyController
php artisan make:controller CustomersController --model=Customer