Laravel 5框架学习之模型、控制器、视图基础流程 添加路由Route::get('artiles','ArticlesController@index');创建控制器 phpartisanmake:controllerArticlesContr laravel资源控制器