1、创建控制器(可以带上下一级目录)=》(需要带Controller后缀)
> php artisan make:controller self/StudentController;
2、创建模型(不需要后缀)
> php artisan make:model Student;