Routing
service
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "17" |
| slug | "formation-continue-administration-fonciere" |
Route Matching Logs
Path to match:
/formation/17/formation-continue-administration-fonciere/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_default_home | /home/ | Path does not match |
| 2 | home | / | Path does not match |
| 3 | sitemap | /sitemap.xml | Path does not match |
| 4 | formations | /formations/ | Path does not match |
| 5 | formations-cat | /formations/{slug}/ | Path does not match |
| 6 | service | /formation/{id}/{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.