laravel將請求分派到另外一個路由

參考laravel手冊 https://laravel.com/api/5.7/Illuminate/Routing/Router.htmlphp 最近有個業務場景是這樣:html //在管理模塊中,要根據模塊名動態跳轉到該模塊的controller來執行configs方法 //有相似以下兩條路由 Route::get('manage/{module}', 'Common\\ManageContr
相關文章
相關標籤/搜索