Routing
home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | 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} | Path does not match |
| 27 | evenement_edit | /evenement/{id}/edit | Path does not match |
| 28 | evenement_delete | /evenement/{id} | Path does not match |
| 29 | fichier_index | /admin/fichier/ | Path does not match |
| 30 | fichier_new | /admin/fichier/new | Path does not match |
| 31 | fichier_show | /admin/fichier/{id} | Path does not match |
| 32 | fichier_edit | /admin/fichier/{id}/edit | Path does not match |
| 33 | fichier_delete | /admin/fichier/{id} | Path does not match |
| 34 | home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.