Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | _wdt | /_wdt/{token} | Path does not match |
2 | _profiler_home | /_profiler/ | Path does not match |
3 | _profiler_search | /_profiler/search | Path does not match |
4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
7 | _profiler_open_file | /_profiler/open | Path does not match |
8 | _profiler | /_profiler/{token} | Path does not match |
9 | _profiler_router | /_profiler/{token}/router | Path does not match |
10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
12 | activity_new | /company/{company_url_name}/activity/new | Path does not match |
13 | autocomplete_activities | /company/{company_url_name}/activity/request/{str} | Path does not match |
14 | activity_delete | /company/{company_url_name}/activity/{activity_url_name} | Path does not match |
15 | activity_edit | /company/{company_url_name}/activity/{activity_url_name}/edit | Path does not match |
16 | activity_registrations | /company/{company_url_name}/activity/{activity_url_name}/registrations | Path does not match |
17 | activity_accept_registration | /company/{company_url_name}/activity/{activity_url_name}/{request_id}/accept_registration/{session_id} | Path does not match |
18 | activity_deny_registration | /company/{company_url_name}/activity/{activity_url_name}/{request_id}/deny_registration | Path does not match |
19 | activity_manager_add | /company/{company_url_name}/activity/{activity_url_name}/edit/add-manager/{manager_id} | Path does not match |
20 | activity_manager_delete | /company/{company_url_name}/activity/{activity_url_name}/edit/delete-user/{manager_id} | Path does not match |
21 | activity_registration_request_new | /company/{company_url_name}/activity/registration/request/{activity_url_name} | Path does not match |
22 | company_new | /company/new | Path does not match |
23 | autocomplete_companies | /company/request/{str} | Path does not match |
24 | autocomplete_company_users | /company/{company_url_name}/user-request/{str} | Path does not match |
25 | autocomplete_company_managers | /company/{company_url_name}/manager-request/{str} | Path does not match |
26 | company_index | /company/{company_url_name} | Path does not match |
27 | company_delete | /company/{company_url_name} | Path does not match |
28 | company_edit | /company/{company_url_name}/edit | Path does not match |
29 | company_administrator_add | /company/{company_url_name}/edit/add-manager/{manager_id} | Path does not match |
30 | company_administrator_delete | /company/{company_url_name}/delete-administrator/{admin_id} | Path does not match |
31 | company_manager_delete | /company/{company_url_name}/delete-manager/{manager_id} | Path does not match |
32 | company_registrations | /company/{company_url_name}/registrations | Path does not match |
33 | company_accept_registration | /company/{company_url_name}/{request_id}/accept_registration | Path does not match |
34 | company_deny_registration | /company/{company_url_name}/{request_id}/deny_registration | Path does not match |
35 | company_registration_request_new | /company/registration/request/{company_url_name} | Path does not match |
36 | division_new | /company/{company_url_name}/activity/{activity_url_name}/session/{session_url_name}/division/new | Path does not match |
37 | division_apply | /company/{company_url_name}/activity/{activity_url_name}/session/{session_url_name}/division/{division_url_name}/application | Path does not match |
38 | division_statistics | /company/{company_url_name}/activity/{activity_url_name}/session/{session_url_name}/division/{division_url_name}/statistics | Path does not match |
39 | division_delete | /company/{company_url_name}/activity/{activity_url_name}/session/{session_url_name}/division/{division_url_name} | Path does not match |
40 | division_duplicate | /company/{company_url_name}/activity/{activity_url_name}/session/{session_url_name}/division/{division_url_name}/duplicate | Path does not match |
41 | division_edit | /company/{company_url_name}/activity/{activity_url_name}/session/{session_url_name}/division/{division_url_name}/edit | Path does not match |
42 | division_test | /company/{company_url_name}/activity/{activity_url_name}/session/{session_url_name}/division/{division_url_name}/test | Path does not match |
43 | division_algorithm | /company/{company_url_name}/activity/{activity_url_name}/session/{session_url_name}/division/{division_url_name}/algorithm | Path does not match |
44 | division_modify_results | /company/{company_url_name}/activity/{activity_url_name}/session/{session_url_name}/division/{division_url_name}/modify_results | Path does not match |
45 | division_results | /company/{company_url_name}/activity/{activity_url_name}/session/{session_url_name}/division/{division_url_name}/results | Path does not match |
46 | home | / | Path does not match |
47 | app_register | /register | Path does not match |
48 | app_verify_email | /verify/email | Path does not match |
49 | app_forgot_password_request | /reset-password | Path does not match |
50 | app_check_email | /reset-password/check-email | Path does not match |
51 | app_reset_password | /reset-password/reset/{token} | Path does not match |
52 | app_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.