摘要: 1.请求类型 get , put , post , patch , delete 等 2.路由访问方式 get , post , any , match(['get',post]) 3.路由传参 Route::get('user/{id}' ,function ($id){ }); Route::g 阅读全文
posted @ 2017-09-03 14:42 辣姜 阅读(1002) 评论(0) 推荐(0) 编辑