http://recopneus.com/panier

Routing

cart_index Matched route

Route Parameters

Name Value
httpPort
80
httpsPort
443
path
"/panier/"
permanent
true
scheme
null

Route Redirection

This page redirects to:

http://recopneus.com/panier/ (route: "cart_index")

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/ Path does not match
9 cart_add /panier/add/{id} Path does not match
10 cart_remove /panier/remove/{id} Path does not match
11 cart_delete /panier/delete/{id} Path does not match
12 cart_empty /panier/empty Path does not match
13 app_home_index / Path does not match
14 app_home_show /{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.