Last updated 5 years ago
Was this helpful?
参考:
使用
// 创建控制器 $ php artisan make:controller StudentController // 创建模型 $ php artisan make:model Student // 创建中间件 $ php artisan make:middleware Activity