Routing
actualite_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "292" |
Route Matching Logs
Path to match:
/actualite/292
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | accessibilite | /accessibilite | Path does not match |
| 2 | actualites | /actualites | Path does not match |
| 3 | actualites_archives | /actualites/archives | Path does not match |
| 4 | actualite_show | /actualite/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.