https://bookinboo.com/

Routing

app_livre_index Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /
# 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 / Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.