Routing
realisation
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "isolation-de-facade-2" |
Route Matching Logs
Path to match:
/realisation/isolation-de-facade-2
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | about_us | /qui-sommes-nous | Path does not match |
| 2 | achievements | /realisations | Path does not match |
| 3 | realisation | /realisation/{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.