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 | app_admin_inmate_task_notes | /admin/inmate-task-notes | Path does not match |
13 | api_data_task_note_logs | /api/data/task-note-logs/{securityLevel} | Path does not match |
14 | api_data_task_note_log_comment_update | /api/data/task-note-log/{id}/comment | Path does not match |
15 | api_data_task_note_log_notification_targets | /api/data/task-note-log-notification-targets | Path does not match |
16 | api_data_task_note_notification_target_update | /api/data/task-note-log-notification-target/{id} | Path does not match |
17 | api_data_task_note_notification_target_delete | /api/data/task-note-log-notification-target/{id}/delete | Path does not match |
18 | app_evarman | /evarman/companies | Path does not match |
19 | evarman_company_move | /evarman/companies/move | Path does not match |
20 | evarman_company_copy | /evarman/companies/copy | Path does not match |
21 | hello_world | /hello | Path does not match |
22 | notification_index | /notifications | Path does not match |
23 | notification_delete | /notification/{id}/delete | Path does not match |
24 | notification_open | /notification/{id}/open | Path does not match |
25 | pdf_counter_index | /pdf-counter/index | Path does not match |
26 | pdf_counter_select | /pdf-counter/{id}/select | Path does not match |
27 | pdf_counter_show | /pdf-counter/{id}/show | Path does not match |
28 | pdf_counter_json | /pdf-counter/{id}/task-type/{taskType}/task/{taskId}/json | Path does not match |
29 | pdf_counter_json_ids | /pdf-counter/{id}/json/ids | Path does not match |
30 | pdf_counter_subtask | /pdf-counter/{id}/{type}/{taskId} | Path does not match |
31 | pdf_file_update_estimated_hours | /pdf-file/{id}/update-estimated-hours | Path does not match |
32 | 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.