Routing
house_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| _title | "House Show" |
| slug | "4-bedroom-executive-house-with-boys-quarters-swimming-pool-for-sale" |
Route Matching Logs
Path to match:
/properties/house/4-bedroom-executive-house-with-boys-quarters-swimming-pool-for-sale
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | route_59 | /services/corporate-events/managed-investment-portfolio | Path does not match |
| 2 | route_61 | /services/corporate-events/pensions-occupational-scheme-management | Path does not match |
| 3 | route_62 | /careers/vacancy/portfolio-analyst | Path does not match |
| 4 | route_63 | /careers/vacancy | Path does not match |
| 5 | route_64 | /careers/vacancy/accounts-officer | Path does not match |
| 6 | home_page | / | Path does not match |
| 7 | players_list | /players | Path does not match |
| 8 | player_show | /players/{slug} | Path does not match |
| 9 | route_217 | /properties | Path does not match |
| 10 | house_list | /properties/house | Path does not match |
| 11 | house_show | /properties/house/{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.