xxxxxxxxxx
php artisan make:controller CouponsController --model=Coupon
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 CustomersController --model=Customer
xxxxxxxxxx
php artisan make:controller Api/UserController --model=User --resource --requests
xxxxxxxxxx
//i want to create dashboard controller
php artisan make:controller DashboardController
// if i want to create resourse controller then
php artisan make:controller Dashboardcontroller -r
//and also with
php artisan make:controller Dashboardcontroller --resource