Routing
app_rider_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/rider/login
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | Path does not match |
2 | _wdt | /_wdt/{token} | Path does not match |
3 | _profiler_home | /_profiler/ | Path does not match |
4 | _profiler_search | /_profiler/search | Path does not match |
5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
10 | _profiler_open_file | /_profiler/open | Path does not match |
11 | _profiler | /_profiler/{token} | Path does not match |
12 | _profiler_router | /_profiler/{token}/router | Path does not match |
13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
15 | admin_profile_edit | /admin/profile/edit/ | Path does not match |
16 | change_admin_password | /admin/change/password/ | Path does not match |
17 | delete_admin_profile_image | /admin/delete/profile/picture | Path does not match |
18 | view_category | /admin/category/view | Path does not match |
19 | add_category | /admin/category | Path does not match |
20 | edit_category | /admin/category/edit/{id} | Path does not match |
21 | delete_category | /admin/category/delete/{id} | Path does not match |
22 | view_messages | /admin/contact/messages | Path does not match |
23 | message_suggestions | /admin/contact/messages/suggestions | Path does not match |
24 | reply_messages | /admin/contact/reply/{id} | Path does not match |
25 | dashboard | /admin/dashboard | Path does not match |
26 | general_rides | /admin/general-rides | Path does not match |
27 | general_ride_suggestions | /admin/general-ride | Path does not match |
28 | admin_link_vehicle | /admin/link/vehicle/request | Path does not match |
29 | update_link_status | /admin/update-link-status/{id}/{status} | Path does not match |
30 | linkVehicle_suggestions | /admin/link-vehicle/suggestions | Path does not match |
31 | rider_list | /admin/rider/list | Path does not match |
32 | search_suggestions | /search/suggestions | Path does not match |
33 | rider_past_ride_list | /admin/rider-past-ride-list/{id} | Path does not match |
34 | driver_past_ride_list | /admin/driver-past-ride-list/{id} | Path does not match |
35 | driver_list | /admin/driver/list | Path does not match |
36 | fetch_suggestions | /fetch-suggestions | Path does not match |
37 | driver_request_list | /admin/driver-request-list | Path does not match |
38 | driverDocument_suggestions | /admin/driver-document/suggestions | Path does not match |
39 | admin_user_status | /admin/user/status | Path does not match |
40 | user_add | /admin/user/add | Path does not match |
41 | user_edit | /admin/user/edit/{id} | Path does not match |
42 | user_delete | /admin/user/delete/{id} | Path does not match |
43 | driver_document | /admin/driver/document/{id} | Path does not match |
44 | approve_document | /admin/driver/approve-document | Path does not match |
45 | document_status | /admin/driver/document-status | Path does not match |
46 | admin_forgot_password_request | /admin/forgot-password-request | Path does not match |
47 | admin_reset_password | /admin/reset-password/{id} | Path does not match |
48 | app_admin_login | /admin/login | Path does not match |
49 | app_admin_logout | /admin/logout | Path does not match |
50 | app_forgot_password_request | /reset-password | Path does not match |
51 | app_check_email | /reset-password/check-email | Path does not match |
52 | app_reset_password | /reset-password/reset/{token} | Path does not match |
53 | callback | /callback | Path does not match |
54 | social-login | /social-login | Path does not match |
55 | app_rider_login | /rider/login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.