Routing
back_post_edit
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "3" |
Route Matching Logs
Path to match:
/admin/actualites/edit/3
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | back_content_list | /admin/contenu | Path does not match |
| 2 | back_content_single | /admin/contenu/{slug} | Path does not match |
| 3 | back_content_edit | /admin/contenu/edit/{id} | Path does not match |
| 4 | back_slider_add | /admin/slider/add | Path does not match |
| 5 | back_slider_edit | /admin/slider/edit/{id} | Path does not match |
| 6 | back_slider_list | /admin/slider/list | Path does not match |
| 7 | back_slider_remove_img | /admin/slider/remove/{id}/{image} | Path does not match |
| 8 | back_dashboard | /admin/dashboard | Path does not match |
| 9 | back_darkmode | /admin/component/darkmode | Path does not match |
| 10 | back_pages | /admin/pages | Path does not match |
| 11 | back_pages_edit | /admin/pages/edition/{id} | Path does not match |
| 12 | back_post_list | /admin/actualites/liste | Path does not match |
| 13 | back_post_add | /admin/actualites/ajouter | Path does not match |
| 14 | back_post_delete | /admin/actualites/supprimer/{id} | Path does not match |
| 15 | back_post_edit | /admin/actualites/edit/{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.