Routing
show_direction
Matched route
Route Parameters
| Name | Value |
|---|---|
| sigle | "DDPDZC" |
Route Matching Logs
Path to match:
/accueil/direction/DDPDZC
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | account_login | /admin-login | Path does not match |
| 2 | account_logout | /logout | Path does not match |
| 3 | account_register | /register | Path does not match |
| 4 | account_profile | /account/profile | Path does not match |
| 5 | account_password | /account/password-update | Path does not match |
| 6 | account_index | /account | Path does not match |
| 7 | make_admin | /makeadmin/{idUser} | Path does not match |
| 8 | remove_admin | /removeadmin/{idUser} | Path does not match |
| 9 | cabinet_index | /cabinet/ | Path does not match |
| 10 | cabinet_new | /cabinet/new | Path does not match |
| 11 | cabinet_show | /cabinet/{id} | Path does not match |
| 12 | cabinet_edit | /cabinet/{id}/edit | Path does not match |
| 13 | cabinet_delete | /cabinet/{id} | Path does not match |
| 14 | category_index | /category/ | Path does not match |
| 15 | category_new | /category/new | Path does not match |
| 16 | category_show | /category/{slug} | Path does not match |
| 17 | category_edit | /category/{slug}/edit | Path does not match |
| 18 | category_delete | /category/{slug} | Path does not match |
| 19 | blog_category | /category/blog/{category_name} | Path does not match |
| 20 | new_blog_category | /category/newblog/{category_name} | Path does not match |
| 21 | contact_index | /contact/ | Path does not match |
| 22 | contact_new | /contact/new | Path does not match |
| 23 | contact_show | /contact/{id} | Path does not match |
| 24 | contact_edit | /contact/{id}/edit | Path does not match |
| 25 | contact_delete | /contact/{id} | Path does not match |
| 26 | dashboard | /admin-dashboard | Path does not match |
| 27 | direction_index | /direction/ | Path does not match |
| 28 | direction_new | /direction/new | Path does not match |
| 29 | direction_show | /direction/{slug} | Path does not match |
| 30 | direction_edit | /direction/{slug}/edit | Path does not match |
| 31 | direction_delete | /direction/{slug} | Path does not match |
| 32 | file_index | /file/ | Path does not match |
| 33 | file_new | /file/new | Path does not match |
| 34 | file_show | /file/{id} | Path does not match |
| 35 | file_edit | /file/{id}/edit | Path does not match |
| 36 | file_delete | /file/{id} | Path does not match |
| 37 | front | /old | Path does not match |
| 38 | newfront | / | Path does not match |
| 39 | blog | /accueil/blog | Path does not match |
| 40 | article | /accueil/article | Path does not match |
| 41 | service | /accueil/service | Path does not match |
| 42 | prestation | /accueil/prestation | Path does not match |
| 43 | show_direction | /accueil/direction/{sigle} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.