Routing
app_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 | app_index | /app/ | Path does not match |
| 14 | components_menu | /components/breadcrumbs | Path does not match |
| 15 | components_trainee_tabs | /components/trainee/components/tabs | Path does not match |
| 16 | components_side_menu | /components/side_menu | Path does not match |
| 17 | contact_new | /contact/new | Path does not match |
| 18 | contact_show | /contact/{id} | Path does not match |
| 19 | contact_edit | /contact/{id}/edit | Path does not match |
| 20 | contact_delete | /contact/delete/{id} | Path does not match |
| 21 | department_index | /department/ | Path does not match |
| 22 | department_show | /department/{id} | Path does not match |
| 23 | department_edit | /department/{id}/edit | Path does not match |
| 24 | department_delete | /department/{id} | Path does not match |
| 25 | department_soft_delete | /department/departmentDelete/{id} | Path does not match |
| 26 | department_remove_contact | /department/remove/{id}/contact/{contact} | Path does not match |
| 27 | excel_export | /excel/export | Path does not match |
| 28 | excel_download | /download/excel/{id} | Path does not match |
| 29 | excel_delete | /delete/exel/{id} | Path does not match |
| 30 | module_index | /module/ | Path does not match |
| 31 | module_new | /module/new | Path does not match |
| 32 | module_show | /module/{id} | Path does not match |
| 33 | module_edit | /module/{id}/edit | Path does not match |
| 34 | module_delete | /module/{id} | Path does not match |
| 35 | module_assign_events | /module/event/assign/{id}/{startDate} | Path does not match |
| 36 | module_event_calendar_data | /module/event/calendar/data/{id} | Path does not match |
| 37 | module_event_calendar_save_trainee_data | /module/event/calendar/save/trainee/data | Path does not match |
| 38 | module_event_calendar_delete_event | /module/event/calendar/delete/event | Path does not match |
| 39 | position_index | /position/ | Path does not match |
| 40 | position_new | /position/new | Path does not match |
| 41 | position_edit | /position/{id}/edit | Path does not match |
| 42 | position_delete | /position/delete/{id} | Path does not match |
| 43 | schedule_index | /schedule/ | Path does not match |
| 44 | schedule_new | /schedule/new | Path does not match |
| 45 | schedule_show | /schedule/{id} | Path does not match |
| 46 | schedule_event_assignment | /schedule/{id}/event/assignment | Path does not match |
| 47 | schedule_edit | /schedule/{id}/edit | Path does not match |
| 48 | schedule_delete | /schedule/delete/{id} | Path does not match |
| 49 | schedule_edit_modules | /schedule/{id}/edit/modules | Path does not match |
| 50 | schedule_send_generated_pdf | /schedule/send/pdf | Path does not match |
| 51 | schedule_generate_pdf | /schedule/generate/pdf/{id} | Path does not match |
| 52 | department_schedule_search | /search/schedules/department | Path does not match |
| 53 | department_schedule_search_export | /search/schedules/department/export/{id}/{start} | Path does not match |
| 54 | department_schedule_send_generated_pdf | /search/send/department/pdf | Path does not match |
| 55 | schedule_template_index | /templates/ | Path does not match |
| 56 | schedule_template_new | /templates/new | Path does not match |
| 57 | schedule_template_edit | /templates/{id}/edit | Path does not match |
| 58 | schedule_template_delete | /templates/{id} | Path does not match |
| 59 | app_root | / | Path does not match |
| 60 | 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.