Routing
login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | admin_dashboard | /admin/dashboard/ | Path does not match |
| 17 | admin_service_old_request_complete | /admin/service/complete/{id} | Path does not match |
| 18 | admin_service_new | /admin/service/new | Path does not match |
| 19 | admin_service_delete | /admin/service/{id} | Path does not match |
| 20 | admin_service_edit | /admin/service/{id}/edit | Path does not match |
| 21 | admin_service | /admin/service/ | Path does not match |
| 22 | admin_service_show | /admin/service/{id} | Path does not match |
| 23 | admin_service_category_new | /admin/service/category/new | Path does not match |
| 24 | admin_service_category_delete | /admin/service/category/{id} | Path does not match |
| 25 | admin_service_category_edit | /admin/service/category/{id}/edit | Path does not match |
| 26 | admin_service_category | /admin/service/category/ | Path does not match |
| 27 | admin_service_category_show | /admin/service/category/{id} | Path does not match |
| 28 | admin_service_request_assign | /admin/service-request/assign/{id} | Path does not match |
| 29 | admin_service_request | /admin/service-request/ | Path does not match |
| 30 | admin_service_request_manage | /admin/service-request/manage | Path does not match |
| 31 | admin_user_new | /admin/user/new | Path does not match |
| 32 | admin_user_delete | /admin/user/{id} | Path does not match |
| 33 | admin_user_edit | /admin/user/{id}/edit | Path does not match |
| 34 | admin_user | /admin/user/ | Path does not match |
| 35 | admin_user_show | /admin/user/{id} | Path does not match |
| 36 | admin_user_profile_new | /admin/user/profile/new | Path does not match |
| 37 | admin_user_profile_delete | /admin/user/profile/{id} | Path does not match |
| 38 | admin_user_profile_edit | /admin/user/profile/{id}/edit | Path does not match |
| 39 | admin_user_profile | /admin/user/profile | Path does not match |
| 40 | admin_user_profile_show | /admin/user/profile/{id} | Path does not match |
| 41 | client_dashboard | /client/dashboard/ | Path does not match |
| 42 | client_profile | /client/profile/ | Path does not match |
| 43 | client_requests | /client/requests/ | Path does not match |
| 44 | client_request_new | /client/requests/new | Path does not match |
| 45 | client_services | /client/services/ | Path does not match |
| 46 | clients | /clients | Path does not match |
| 47 | contact | /contact | Path does not match |
| 48 | home | / | Path does not match |
| 49 | connect_google_check | /connect/google/check | Path does not match |
| 50 | connect_google_start | /connect/google | Path does not match |
| 51 | connect_microsoft_check | /connect/microsoft/check | Path does not match |
| 52 | connect_microsoft_start | /connect/microsoft | Path does not match |
| 53 | professional_dashboard | /professional/dashboard/ | Path does not match |
| 54 | professional_profile | /professional/profile/ | Path does not match |
| 55 | professional_requests_accept | /professional/requests/accept/{id} | Path does not match |
| 56 | professional_requests | /professional/requests/ | Path does not match |
| 57 | professional_requests_reject | /professional/requests/reject/{id} | Path does not match |
| 58 | professional_services_new | /professional/services/new | Path does not match |
| 59 | professional_services_delete | /professional/services/delete/{id} | Path does not match |
| 60 | professional_services_list | /professional/services/ | Path does not match |
| 61 | professional_statistics | /professional/statistics/ | Path does not match |
| 62 | register_professional | /register/professional/register/professional/{type} | Path does not match |
| 63 | professionals | /professionals | Path does not match |
| 64 | profile_complete | /profile/complete | Path does not match |
| 65 | register | /register | Path does not match |
| 66 | verify_email | /verify/email | Path does not match |
| 67 | login | /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.