Routing
route.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_search_results | /_profiler/{token}/search/results | Path does not match |
| 8 | _profiler_open_file | /_profiler/open | Path does not match |
| 9 | _profiler | /_profiler/{token} | Path does not match |
| 10 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 13 | route.admin.company.list | /admin/company/list | Path does not match |
| 14 | route.admin.company.create | /admin/company/create | Path does not match |
| 15 | route.admin.company.edit | /admin/company/edit/{id} | Path does not match |
| 16 | route.admin.dashboard | /admin/dashboard | Path does not match |
| 17 | route.admin.group.list | /admin/groups/list | Path does not match |
| 18 | route.admin.group.create | /admin/groups/create | Path does not match |
| 19 | route.admin.group.edit | /admin/groups/edit/{id} | Path does not match |
| 20 | route.admin.group.remove | /admin/groups/remove/{id} | Path does not match |
| 21 | route.admin.group.user.add | /admin/groups/user/add/{groupId}/{studentId} | Path does not match |
| 22 | route.admin.group.user.remove | /admin/groups/user/remove/{groupId}/{studentId} | Path does not match |
| 23 | route.admin.specialization.list | /admin/specialization/list | Path does not match |
| 24 | route.admin.specialization.create | /admin/specialization/create | Path does not match |
| 25 | route.admin.specialization.edit | /admin/specialization/edit/{id} | Path does not match |
| 26 | route.admin.student.list | /admin/student/list | Path does not match |
| 27 | route.admin.student.detail | /admin/student/detail/{id} | Path does not match |
| 28 | route.admin.student.edit_company | /admin/student/edit_company/{id} | Path does not match |
| 29 | route.admin.student.attendance_review | /admin/student/student/attendance/review/{id} | Path does not match |
| 30 | route.admin.student.evaluation_review | /admin/student/student/evaluation/review/{id} | Path does not match |
| 31 | route.admin.user.list | /admin/users | Path does not match |
| 32 | route.admin.user.create | /admin/users/create | Path does not match |
| 33 | route.admin.user.edit | /admin/users/edit/{id} | Path does not match |
| 34 | route.admin.user.import | /admin/user/import | Path does not match |
| 35 | route.company.edit | /company/edit | Path does not match |
| 36 | route.company.user.list | /company/users | Path does not match |
| 37 | route.company.user.create | /company/user/create | Path does not match |
| 38 | route.company.user.edit | /company/user/edit/{id} | Path does not match |
| 39 | route.company.dashboard | /company/dashboard | Path does not match |
| 40 | route.company.become_garant | /company/become_garant | Path does not match |
| 41 | route.company.student.list | /company/student/list | Path does not match |
| 42 | route.company.student.detail | /company/student/detail/{id} | Path does not match |
| 43 | route.company.student.attendance.approve | /company/student/attendance/approve/{attendanceId}/{studentInCompany} | Path does not match |
| 44 | route.company.student.guarantor | /company/student/guarantor/{studentInCompanyId} | Path does not match |
| 45 | route.company.student.attendance.create | /company/student/attendance/create/{studentInCompanyId} | Path does not match |
| 46 | route.company.student.evaluation.create | /company/student/evaluation/create/{studentInCompanyId} | Path does not match |
| 47 | route.company.student.evaluation.edit | /company/student/evaluation/edit/{id} | Path does not match |
| 48 | app_login_index | / | Path does not match |
| 49 | route.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.