📅  最后修改于: 2022-03-11 14:54:30.993000             🧑  作者: Mango
//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