Routing
app_livre_new
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
http://bookinboo.com.hicham.tech/login
Route Matching Logs
Path to match:
/new
# | Route name | Path | Log |
---|---|---|---|
1 | app_admin_index | /admin/livres | Path does not match |
2 | app_user_admin | /admin/users | Path does not match |
3 | new_category | /admin/new_category | Path does not match |
4 | admin_edit_category | /admin/edit_category/{id} | Path does not match |
5 | categories | /admin/categories | Path does not match |
6 | loginadmin | /loginadmin | Path does not match |
7 | app_livre_index | / | Path does not match |
8 | app_livre_new | /new | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.