Routing
customer_home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | Path does not match |
2 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
3 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
4 | ux_entity_autocomplete | /autocomplete/{alias} | Path does not match |
5 | ux_live_component | /_components/{_live_component}/{_live_action} | Path does not match |
6 | _wdt | /_wdt/{token} | Path does not match |
7 | _profiler_home | /_profiler/ | Path does not match |
8 | _profiler_search | /_profiler/search | Path does not match |
9 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
10 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
11 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
12 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
13 | _profiler_open_file | /_profiler/open | Path does not match |
14 | _profiler | /_profiler/{token} | Path does not match |
15 | _profiler_router | /_profiler/{token}/router | Path does not match |
16 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
17 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
18 | pos | /pos/{id} | Path does not match |
19 | admin_product_list | /admin/product/list | Path does not match |
20 | admin_cart_set_shipping | /admin/cart/{shipping}/set | Path does not match |
21 | admin_cart_proceed | /admin/cart/proceed | Path does not match |
22 | admin_cart_set_coupon | /admin/cart/coupon/{id}/set | Path does not match |
23 | admin_cart_set_cash | /admin/cart/cash/{cash}/set | Path does not match |
24 | admin_cart_add_cash | /admin/cart/cash/{cash}/add | Path does not match |
25 | admin_cart_product_item_set_quantity | /admin/cart/{id}/set/{quantity} | Path does not match |
26 | admin_cart_product_item_increase_quantity | /admin/cart/{id}/increase/{quantity} | Path does not match |
27 | admin_cart_product_item_decrease_quantity | /admin/cart/{id}/decrease/{quantity} | Path does not match |
28 | admin_cart_product_item_remove | /admin/cart/{id}/remove | Path does not match |
29 | admin_cart_clear | /admin/cart/clear | Path does not match |
30 | admin_cashier | /admin/cashier | Path does not match |
31 | admin_dashboard | /admin/ | Path does not match |
32 | admin_localelocale | /admin/locale/locale | Path does not match |
33 | admin_list | /admin/list | Path does not match |
34 | admin_product_new | /admin/product/new | Path does not match |
35 | admin_product_show | /admin/product/{id} | Path does not match |
36 | admin_product_edit | /admin/product/{id}/edit | Path does not match |
37 | admin_product_delete | /admin/product/{id} | Path does not match |
38 | admin_purchase_pos | /admin/purchase/admin | Path does not match |
39 | admin_purchase_show | /admin/purchase/{id} | Path does not match |
40 | admin_purchase_edit | /admin/purchase/{id}/edit | Path does not match |
41 | admin_purchase_delete | /admin/purchase/{id} | Path does not match |
42 | admin_purchase | /admin/purchase/ | Path does not match |
43 | admin_purchase_download | /admin/purchase/{id}/download | Path does not match |
44 | admin_login | /admin/login | Path does not match |
45 | admin_logout | /admin/logout | Path does not match |
46 | admin_session | /admin/session/{key}/{value} | Path does not match |
47 | easy_admin_dashboard | /easy-admin/ | Path does not match |
48 | easy_admin_login | /easy-admin/login | Path does not match |
49 | easy_admin_logout | /easy-admin/logout | Path does not match |
50 | easy_admin_register | /easy-admin/register | Path does not match |
51 | easy_admin_forgot | /easy-admin/forgot | Path does not match |
52 | easy_admin_verify_email | /easy-admin/verify/email | Path does not match |
53 | customer_cart_set_shipping | /cart/{shipping}/set | Path does not match |
54 | customer_cart_proceed | /cart/proceed | Path does not match |
55 | customer_cart_set_cash | /cart/cash/{cash}/set | Path does not match |
56 | customer_cart_add_cash | /cart/cash/{cash}/add | Path does not match |
57 | customer_cart_product_item_set_quantity | /cart/{id}/set/{quantity} | Path does not match |
58 | customer_cart_product_item_increase_quantity | /cart/{id}/increase/{quantity} | Path does not match |
59 | customer_cart_product_item_decrease_quantity | /cart/{id}/decrease/{quantity} | Path does not match |
60 | customer_cart_remove_product_item | /cart/{id}/remove | Path does not match |
61 | customer_cart_clear | /cart/clear | Path does not match |
62 | customer_home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.