Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | pentatrion_vite_build_proxy | /build/{path} | Path does not match |
2 | _preview_error | /_error/{code}.{_format} | Path does not match |
3 | 2fa_login | /2fa | Path does not match |
4 | 2fa_login_check | /2fa_check | Path does not match |
5 | ux_entity_autocomplete | /autocomplete/{alias} | Path does not match |
6 | ux_live_component | /_components/{_live_component}/{_live_action} | Path does not match |
7 | _wdt | /_wdt/{token} | Path does not match |
8 | _profiler_home | /_profiler/ | Path does not match |
9 | _profiler_search | /_profiler/search | Path does not match |
10 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
11 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
12 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
13 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
14 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
15 | _profiler_open_file | /_profiler/open | Path does not match |
16 | _profiler | /_profiler/{token} | Path does not match |
17 | _profiler_router | /_profiler/{token}/router | Path does not match |
18 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
19 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
20 | app_attorney_index | /attorney/ | Path does not match |
21 | app_attorney_new | /attorney/new | Path does not match |
22 | app_attorney_edit | /attorney/edit/{id} | Path does not match |
23 | app_attorney_delete_modal | /attorney/delete-modal/{id} | Path does not match |
24 | app_attorney_delete_multiple_modal | /attorney/delete-multiple-modal | Path does not match |
25 | app_carisk_api_external_payers_autocomplete | /carisk-api/external-payers-autocomplete | Path does not match |
26 | app_cpt_index | /cpt/ | Path does not match |
27 | app_cpt_new | /cpt/new | Path does not match |
28 | app_cpt_edit | /cpt/edit/{id} | Path does not match |
29 | app_cpt_duplicate | /cpt/duplicate/{id} | Path does not match |
30 | app_cpt_delete_modal | /cpt/delete-modal/{id} | Path does not match |
31 | app_cpt_delete_multiple_modal | /cpt/delete-multiple-modal | Path does not match |
32 | app_default | / | Path does not match |
33 | app_datatable_export_excel_modal | /datatable-export-excel-modal | Path does not match |
34 | app_download_temp_file | /download-temp-file/{filepath}/{filename} | Path does not match |
35 | app_test | /test | Path does not match |
36 | app_profile | /profile | Path does not match |
37 | app_diagnosis_index | /diagnosis/ | Path does not match |
38 | app_diagnosis_new | /diagnosis/new | Path does not match |
39 | app_diagnosis_edit | /diagnosis/edit/{id} | Path does not match |
40 | app_diagnosis_delete_modal | /diagnosis/delete-modal/{id} | Path does not match |
41 | app_diagnosis_delete_multiple_modal | /diagnosis/delete-multiple-modal | Path does not match |
42 | app_doctor_speciality_index | /doctor-speciality/ | Path does not match |
43 | app_doctor_speciality_new | /doctor-speciality/new | Path does not match |
44 | app_doctor_speciality_edit | /doctor-speciality/edit/{id} | Path does not match |
45 | app_doctor_speciality_delete_modal | /doctor-speciality/delete-modal/{id} | Path does not match |
46 | app_doctor_speciality_delete_multiple_modal | /doctor-speciality/delete-multiple-modal | Path does not match |
47 | app_doctor_speciality_add_modal | /doctor-speciality/add-modal | Path does not match |
48 | app_doctor_taxonomy_index | /doctor-taxonomy/ | Path does not match |
49 | app_doctor_taxonomy_new | /doctor-taxonomy/new | Path does not match |
50 | app_doctor_taxonomy_edit | /doctor-taxonomy/edit/{id} | Path does not match |
51 | app_doctor_taxonomy_delete_modal | /doctor-taxonomy/delete-modal/{id} | Path does not match |
52 | app_doctor_taxonomy_delete_multiple_modal | /doctor-taxonomy/delete-multiple-modal | Path does not match |
53 | app_document_upload | /document/upload | Path does not match |
54 | app_document_view | /document/view/{id} | Path does not match |
55 | app_document_download_multiple | /document/download-multiple | Path does not match |
56 | app_document_preview_modal | /document/preview-modal/{id} | Path does not match |
57 | app_document_delete_modal | /document/delete-modal/{id} | Path does not match |
58 | app_document_delete_multiple_modal | /document/delete-multiple-modal | Path does not match |
59 | app_insurance_address_add_modal | /insurance-address/add-modal | Path does not match |
60 | app_insurance_address_edit_modal | /insurance-address/add-modal/{id} | Path does not match |
61 | app_insurance_index | /insurance/ | Path does not match |
62 | app_insurance_new | /insurance/new | Path does not match |
63 | app_insurance_edit | /insurance/edit/{id} | Path does not match |
64 | app_insurance_delete_modal | /insurance/delete-modal/{id} | Path does not match |
65 | app_insurance_delete_multiple_modal | /insurance/delete-multiple-modal | Path does not match |
66 | app_insurance_add_modal | /insurance/add-modal | Path does not match |
67 | app_insurance_edit_modal | /insurance/edit-modal/{id} | Path does not match |
68 | app_law_firm_index | /law-firm/ | Path does not match |
69 | app_law_firm_new | /law-firm/new | Path does not match |
70 | app_law_firm_edit | /law-firm/edit/{id} | Path does not match |
71 | app_law_firm_delete_modal | /law-firm/delete-modal/{id} | Path does not match |
72 | app_law_firm_delete_multiple_modal | /law-firm/delete-multiple-modal | Path does not match |
73 | app_law_firm_add_modal | /law-firm/add-modal | Path does not match |
74 | 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.