摘要: 设置路由: use Illuminate\Support\Facades\Route; //设置路由访问控制器只能是get访问 // Route::get('/user','User@user'); // Route::get('/',function(){ // return 'hello wor 阅读全文
posted @ 2020-07-18 16:46 不吃肉的羊 阅读(447) 评论(0) 推荐(0)