Routing
app_home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | admin_application_todo_list | /admin/application/todo/list | Path does not match |
2 | admin_application_todo_new | /admin/application/todo/new | Path does not match |
3 | admin_application_todo_project | /admin/application/todo/projects | Path does not match |
4 | admin_category_list | /admin/categories/list | Path does not match |
5 | admin_category_new | /admin/categories/new | Path does not match |
6 | admin_category_show | /admin/categories/{id} | Path does not match |
7 | admin_category_edit | /admin/categories/{id}/edit | Path does not match |
8 | admin_category_delete | /admin/categories/{id} | Path does not match |
9 | admin_cms__editElementor | /admin/cms/editElementor/{id} | Path does not match |
10 | admin_distributor_product_import_list | /admin/distributorProduct/import/list | Path does not match |
11 | admin_distributor_product_list | /admin/distributorProduct/list | Path does not match |
12 | admin_distributor_product_upload_product_images | /admin/distributorProduct/uploadProductImages/{id} | Path does not match |
13 | admin_distributor_product_import | /admin/distributorProduct/import | Path does not match |
14 | admin_distributor_product_get_servers_list | /admin/distributorProduct/getServersList | Path does not match |
15 | admin_distributor_product_upload_file | /admin/distributorProduct/uploadFile | Path does not match |
16 | admin_distributor_product_import_distributor_products | /admin/distributorProduct/importDistributorProducts | Path does not match |
17 | admin_parameters_slider_pub_list | /admin/parameters/sliderPub/list | Path does not match |
18 | admin_parameters_menu_admin_index | /admin/parametersmenuAdmin | Path does not match |
19 | admin_product_valid | /admin/product/valid | Path does not match |
20 | admin_product_update_price | /admin/productupdate/price/{productId} | Path does not match |
21 | admin_product_update_product | /admin/productupdate/product/{productId} | Path does not match |
22 | admin_publicity_list | /admin/publicity/list | Path does not match |
23 | admin_publicity_new | /admin/publicity/new | Path does not match |
24 | admin_publicity_network_list | /admin/publicity/network/list | Path does not match |
25 | admin_publicity_network_new | /admin/publicity/network/new | Path does not match |
26 | _preview_error | /_error/{code}.{_format} | Path does not match |
27 | _wdt_stylesheet | /_wdt/styles | Path does not match |
28 | _wdt | /_wdt/{token} | Path does not match |
29 | _profiler_home | /_profiler/ | Path does not match |
30 | _profiler_search | /_profiler/search | Path does not match |
31 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
32 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
33 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
34 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
35 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
36 | _profiler_open_file | /_profiler/open | Path does not match |
37 | _profiler | /_profiler/{token} | Path does not match |
38 | _profiler_router | /_profiler/{token}/router | Path does not match |
39 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
40 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
41 | account | /profil/mon-compte | Path does not match |
42 | account_login | /profil/connexion | Path does not match |
43 | account_password | /profil/mot-de-passe | Path does not match |
44 | account_logout | /profil/deconnexion | Path does not match |
45 | account_register | /profil/inscription | Path does not match |
46 | account_update | /profil/mise-a-jour | Path does not match |
47 | account_address | /profil/mon-adresse | Path does not match |
48 | account_update_address | /profil/maj-adresse | Path does not match |
49 | account_deliveries | /profil/mes-adresses-de-livraison | Path does not match |
50 | account_add_delivery | /profil/ajouter-livraison | Path does not match |
51 | delete_delivery | /deleteDelivery | Path does not match |
52 | account_update_delivery | /profil/maj-livraison/{deliveryId} | Path does not match |
53 | account_carts | /profil/mes-paniers-en-cours | Path does not match |
54 | account_resume_cart | /profil/resumeCart | Path does not match |
55 | account_orders | /profil/mes-commandes-en-cours | Path does not match |
56 | account_history | /profil/historique-commandes | Path does not match |
57 | app_login | /profil/connexion | Path does not match |
58 | app_logout | /logout | Path does not match |
59 | app_forgot_password_request | /reset-password | Path does not match |
60 | app_reset_password | /reset-password/reset/{token} | Path does not match |
61 | app_check_email | /reset-password/check-email | Path does not match |
62 | blog | /blog | Path does not match |
63 | brand | /marques/{link} | Path does not match |
64 | view_filter_brand_products_list | /marques/products/view | Path does not match |
65 | cart | /panier | Path does not match |
66 | add_to_cart | /addCart | Path does not match |
67 | delete_cart | /deleteCart | Path does not match |
68 | delete_cart_line | /deleteCartLine | Path does not match |
69 | show_cart | /showCart | Path does not match |
70 | delivery | /livraison | Path does not match |
71 | order | /commande | Path does not match |
72 | change_color | /changeColor | Path does not match |
73 | change_size | /changeSize | Path does not match |
74 | change_capacity | /changeCapacity | Path does not match |
75 | change_bonnet | /changeBonnet | Path does not match |
76 | change_quantity | /changeQuantity | Path does not match |
77 | paiement | /paiement | Path does not match |
78 | create_checkout_session | /create-checkout-session | Path does not match |
79 | payment_success | /payment-success | Path does not match |
80 | payment_error | /payment-error | Path does not match |
81 | app_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.