Routing
app_compendium_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| family | "monsters" |
| slug | "assassin" |
Route Matching Logs
Path to match:
/cauldron/monsters/assassin
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_player_bastion_rules | /player-bastions/rules | Path does not match |
| 2 | app_compendium_reference | /cauldron/reference/{family} | Path does not match |
| 3 | app_compendium_show | /cauldron/{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.