http://recopneus.com/panier/

Routing

cart_index Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /panier/
# Route name Path Log
1 app_admin_index /admin/ Path does not match
2 app_admin_orders /admin/orders Path does not match
3 app_admin_detailorder /admin/detailorder/{id} Path does not match
4 delivered /admin/admin/delivered/{id} Path does not match
5 app_home_new /admin/new Path does not match
6 app_home_edit /admin/{id}/edit Path does not match
7 app_home_delete /admin/{id} Path does not match
8 cart_index /panier/ Route matches!

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