Routing
menu_item
Matched route
Route Parameters
Name | Value |
---|---|
slug | "samuel-smith-india-ale" |
Route Matching Logs
Path to match:
/menu/item/samuel-smith-india-ale
# | Route name | Path | Log |
---|---|---|---|
1 | admin | /admin | Path does not match |
2 | contact | /contact | Path does not match |
3 | eventos | /eventos | Path does not match |
4 | evento | /evento/{slug} | Path does not match |
5 | home | /home | Path does not match |
6 | login | /login | Path does not match |
7 | menu | /menu | Path does not match |
8 | menu_cat | /menu/{slug} | Path does not match |
9 | menu_item | /menu/item/{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.