我有這樣的路線:Laravel怎麼弄路線基本基於對路由名稱
Route::get('/test',['as'=>'test','custom_key'=>'custom_value','uses'=>'[email protected]'])
我一直在試圖用$routeProfile=route('test');
但結果是返回的URL string http://domain.app/test
我需要['as'=>'test','custom_key'=>'custom_value']
使我可以獲得$routeProfile['custom_key']
如何根據路由名稱獲取'custom_value'?
這裏'custom_key'意思是什麼? –
嗨@AddWebSolutionPvtLtd,我手動添加它像一些標記路由配置文件。也許我可以爲菜單層次添加'description','parent'或'is_displayed'。 – msdme
我已經用兩種不同的方式添加了答案,您可以根據需要選擇。 –