📜  laravel 8 中的 make:controller - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:30.993000             🧑  作者: Mango

代码示例4
//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