xxxxxxxxxx
php artisan make:controller ProductController --model=Product
xxxxxxxxxx
php artisan make:controller CustomersController --model=Customer
xxxxxxxxxx
php artisan make:controller CustomersController --model=Customer
xxxxxxxxxx
php artisan make:model Customer
php artisan make:controller CustomersController --resource
xxxxxxxxxx
php artisan make:controller CustomersController --model=Customer
xxxxxxxxxx
php artisan make:controller CustomersController --model=Customer
xxxxxxxxxx
php artisan make:controller CustomersController --model=Customer
xxxxxxxxxx
php artisan make:controller Api/UserController --model=User --resource --requests