Routing
app_home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_dashboard_tracking_searching | /admin/dashboard-tracking-search | Path does not match |
| 2 | app_dashboard_tracking_searching_guest | /admin/dashboard-tracking-search-guest | Path does not match |
| 3 | app_dashboard_tracking_searching_upstep | /admin/dashboard-tracking-search/{p}/upstep | Path does not match |
| 4 | app_dashboard_tracking_searching_upstep_new | /admin/dashboard-tracking-search/{p}/upstep/new | Path does not match |
| 5 | app_dashboard_tracking_searching_upstep_edit | /admin/dashboard-tracking-search/{p}/upstep/{id}/edit | Path does not match |
| 6 | app_dashboard_tracking_searching_pathstep_new | /admin/dashboard-tracking-search/{step}/pathstep/new | Path does not match |
| 7 | app_dashboard_tracking_searching_pathstep_edit | /admin/dashboard-tracking-search/{step}/pathstep/{path}/edit | Path does not match |
| 8 | app_dashboard_tracking_searching_upstep_delete | /admin/dashboard-tracking-search/{p}/upstep/{idStep}/delete | Path does not match |
| 9 | app_dashboard_tracking_searching_pathstep_delete | /admin/dashboard-tracking-search/{step}/pathstep/{path}/delete | Path does not match |
| 10 | app_admin_user_index | /admin/user/ | Path does not match |
| 11 | app_admin_user_new | /admin/user/new | Path does not match |
| 12 | app_admin_user_show | /admin/user/show/{id} | Path does not match |
| 13 | app_admin_user_edit | /admin/user/edit/{id} | Path does not match |
| 14 | app_company_index | /company/ | Path does not match |
| 15 | app_company_new | /company/new | Path does not match |
| 16 | app_company_show | /company/{id} | Path does not match |
| 17 | app_company_edit | /company/{id}/edit | Path does not match |
| 18 | app_company_delete | /company/{id} | Path does not match |
| 19 | app_company_get_contact | /company/{id}/get-contact | Path does not match |
| 20 | app_customer_index | /customer/ | Path does not match |
| 21 | app_customer_new | /customer/new | Path does not match |
| 22 | app_customer_add | /customer/add | Path does not match |
| 23 | app_customer_show | /customer/{id} | Path does not match |
| 24 | app_customer_edit | /customer/{id}/edit | Path does not match |
| 25 | app_customer_delete | /customer/{id} | Path does not match |
| 26 | app_delivery_index | /delivery/ | Path does not match |
| 27 | app_delivery_new | /delivery/new | Path does not match |
| 28 | app_delivery_show | /delivery/{id} | Path does not match |
| 29 | app_delivery_edit | /delivery/{id}/edit | Path does not match |
| 30 | app_delivery_delete | /delivery/{id} | Path does not match |
| 31 | app_delivery_path_step | /delivery/{id}/path-step | Path does not match |
| 32 | app_delivery_details_index | /deliveryDetails/ | Path does not match |
| 33 | app_delivery_details_listbydelivery | /deliveryDetails/delivery/{delivery_id} | Path does not match |
| 34 | app_delivery_details_new | /deliveryDetails/delivery/{delivery_id}/new | Path does not match |
| 35 | app_delivery_details_show | /deliveryDetails/{id} | Path does not match |
| 36 | app_delivery_details_edit | /deliveryDetails/{id}/edit | Path does not match |
| 37 | app_delivery_details_delete | /deliveryDetails/{id} | Path does not match |
| 38 | 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.