Routing
page_details_localite
Matched route
Route Parameters
Name | Value |
---|---|
slug | "monaco" |
Route Matching Logs
Path to match:
/localite/monaco
# | Route name | Path | Log |
---|---|---|---|
1 | page_activites | /activites | Path does not match |
2 | page_nos_actualites | /nos-articles | Path does not match |
3 | page_localite | /localites | Path does not match |
4 | page_details_localite | /localite/{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.