Routing
app_dashboard_dashboard
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://blacklimousines.net/login
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | app_customer_addorder | /customer/show/{id}/add | Path does not match |
2 | app_availabilityreport_list | /admin/availability/list | Path does not match |
3 | app_availabilityreport_edit | /admin/availability/edit | Path does not match |
4 | app_availabilityreportdriver_edit | /driver/availability/edit | Path does not match |
5 | app_cancellationpolicy_list | /admin/cancellationpolicies/list/{page} | Path does not match |
6 | app_cancellationpolicy_edit | /admin/cancellationpolicies/edit/{id} | Path does not match |
7 | app_cancellationpolicy_add | /admin/cancellationpolicies/add | Path does not match |
8 | app_car_list | /admin/car/list/{page} | Path does not match |
9 | app_car_showdetails | /admin/car/{id}/details/show/ | Path does not match |
10 | app_car_showfiles | /admin/car/{id}/file/list/{page} | Path does not match |
11 | app_car_edit | /admin/car/{id}/detail/edit | Path does not match |
12 | app_car_addfile | /admin/car/{id}/add/file/{type} | Path does not match |
13 | app_car_editfile | /admin/car/{id}/file/{file_id}/edit | Path does not match |
14 | app_car_showfile | /admin/car/{car_id}/file/{file_id}/show | Path does not match |
15 | app_car_deletefile | /admin/car/{car_id}/file/{file_id}/delete | Path does not match |
16 | app_car_add | /admin/car/add | Path does not match |
17 | app_customer_show | /customer/show/{id}/{page} | Path does not match |
18 | app_customer_list | /customer/list/{page} | Path does not match |
19 | app_customer_add | /customer/add | Path does not match |
20 | app_customer_edit | /customer/edit/{id} | Path does not match |
21 | app_dashboard_dashboard | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.