Routing
evenement_detail
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "concert-ephata-2026" |
Route Matching Logs
Path to match:
/evenement/event/concert-ephata-2026
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | actualites_index | /actualites | Path does not match |
| 2 | actualites_new | /new | Path does not match |
| 3 | actualites_show | /{id} | Path does not match |
| 4 | detail_actus | /actus/{id} | Path does not match |
| 5 | actualites_edit | /{id}/edit | Path does not match |
| 6 | actualites_delete | /{id} | Path does not match |
| 7 | actusfront | /actusfront | Path does not match |
| 8 | actualites_all | /actualités | Path does not match |
| 9 | actualites_all_list | /actualités_list | Path does not match |
| 10 | admin | /admin | Path does not match |
| 11 | asso | /associations | Path does not match |
| 12 | commercant | /commercants | Path does not match |
| 13 | app_calendar | /calendar | Path does not match |
| 14 | conseil | /conseil-municipal | Path does not match |
| 15 | contact | /contact | Path does not match |
| 16 | demarches_administratives_index | /admin/demarches/administratives/ | Path does not match |
| 17 | demarches_administratives_front | /admin/demarches/administratives/demarche-administratives | Path does not match |
| 18 | demarches_administratives_new | /admin/demarches/administratives/new | Path does not match |
| 19 | demarches_administratives_show | /admin/demarches/administratives/{id} | Path does not match |
| 20 | demarches_administratives_edit | /admin/demarches/administratives/{id}/edit | Path does not match |
| 21 | demarches_administratives_delete | /admin/demarches/administratives/{id} | Path does not match |
| 22 | demarches_front | /demarches/ | Path does not match |
| 23 | evenement_index | /evenement/ | Path does not match |
| 24 | evenement_new | /evenement/new | Path does not match |
| 25 | evenement_show | /evenement/{id} | Path does not match |
| 26 | evenement_detail | /evenement/event/{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.