🌈 搜索
📅  最后修改于: 2022-03-11 14:54:07.301000             🧑  作者: Mango
Route::group(['prefix' => 'admin']){ Route::get('/',function(){ //... }); }