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 | /_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_search_results | /_profiler/{token}/search/results | Path does not match |
9 | _profiler_open_file | /_profiler/open | Path does not match |
10 | _profiler | /_profiler/{token} | Path does not match |
11 | _profiler_router | /_profiler/{token}/router | Path does not match |
12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
14 | app_admin_dashboard_index | /admin | Path does not match |
15 | importTranslations | /admin/importTranslations | Path does not match |
16 | widget_check_snippet | /snippet_check/{hash}/{file} | Path does not match |
17 | widget_getSnippet | /snippet/{hash}/{file} | Path does not match |
18 | upload_upload | /upload-cv/{hash}/{isForwarded} | Path does not match |
19 | upload_questionnaire | /upload-questionnaire | Path does not match |
20 | company_index | /company/ | Path does not match |
21 | company_index_ajax | /company/_ajax | Path does not match |
22 | company_new | /company/new | Path does not match |
23 | company_leave_many | /company/leave | Path does not match |
24 | company_dashboard | /company/dashboard | Path does not match |
25 | index | / | Path does not match |
26 | privacy_policy | /privacy_policy | Path does not match |
27 | subscription_index | /subscription/ | Path does not match |
28 | subscription_enable | /subscription/{stripeId}/enable | Path does not match |
29 | subscription_disable | /subscription/{stripeId}/disable | Path does not match |
30 | subscription_cancel | /subscription/{stripeId}/cancel | Path does not match |
31 | subscription_new | /subscription/{stripeId} | Path does not match |
32 | team_index | /team/ | Path does not match |
33 | team_index_ajax | /team/_ajax | Path does not match |
34 | team_search_ajax | /team/search_ajax | Path does not match |
35 | team_new | /team/new | Path does not match |
36 | team_edit | /team/{id}/edit | Path does not match |
37 | upload_index | /upload/ | Path does not match |
38 | upload_index_ajax | /upload/_ajax | Path does not match |
39 | upload_edit | /upload/{hash}/edit | Path does not match |
40 | upload_archive_ajax | /upload/{hash}/archive_ajax | Path does not match |
41 | upload_archiveMany | /upload/archive | Path does not match |
42 | upload_delete_ajax | /upload/{hash}/delete_ajax | Path does not match |
43 | upload_deleteMany | /upload/delete | Path does not match |
44 | upload_file | /upload/file/{hash} | Path does not match |
45 | upload_show | /upload/{hash} | Path does not match |
46 | upload_bookmark | /upload/bookmark/{hash} | Path does not match |
47 | logout | /logout | Path does not match |
48 | 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.