Routing
app_brand_index
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "de_DE" |
Route Matching Logs
Path to match:
/de_DE/forge-de-laguiole
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_contact | /{_locale}/contact | Path does not match |
| 2 | app_brand_index | /{_locale}/forge-de-laguiole | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.