Routing
app_compendium_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| family | "languages" |
| slug | "thieves-cant" |
Route Matching Logs
Path to match:
/compendium/languages/thieves-cant
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_compendium_reference | /compendium/reference/{family} | Path does not match |
| 2 | app_compendium_show | /compendium/{family}/{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.