Routing
back_slider_list
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/admin/slider/list
# | 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 | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.