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_xdebug | /_profiler/xdebug | Path does not match |
7 | _profiler_font | /_profiler/font/{fontName}.woff2 | 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_confirm_new_login | /confirm-new-login | Path does not match |
15 | transaction | /transaction | Path does not match |
16 | admin_arch_index | /admin/arch | Path does not match |
17 | admin_document_new | /admin/document/new/{id} | Path does not match |
18 | admin_file_delete | /admin/file/delete/{id} | Path does not match |
19 | admin_file_edit | /admin/file/edit/{id} | Path does not match |
20 | admin_home_index | /admin/home | Path does not match |
21 | admin_packet_index | /admin/packet | Path does not match |
22 | admin_packet_new | /admin/packet/new | Path does not match |
23 | admin_packet_edit | /admin/packet/edit/{id} | Path does not match |
24 | admin_packet_delete | /admin/packet/delete/{id} | Path does not match |
25 | admin_payer_show | /admin/payer/{id} | Path does not match |
26 | admin_payer_packet_new | /admin/payer/{payer}/packet/{packet} | Path does not match |
27 | admin_root_index | /admin/ | Path does not match |
28 | admin_sold_packet_index | /admin/sold-packet | Path does not match |
29 | admin_user_index | /admin/user | Path does not match |
30 | admin_user_delete | /admin/user/delete/{id} | Path does not match |
31 | show | /spring/{slug} | Path does not match |
32 | app_visits_search_any | /app/visits/search/any | Path does not match |
33 | zapisy_onlinesearch_no_spec | /zapisy-online/kalendarz | Path does not match |
34 | send_sms_to_nonregister_appoint | /sendSmsToNonRegisterAppoint | Path does not match |
35 | appoint_noregister_visit | /appointNoRegisterVisit | Path does not match |
36 | save_invoice_data | /saveInvoiceData | Path does not match |
37 | app_password_edit | /app/password/edit | Path does not match |
38 | app_password_new | /app/password/new | Path does not match |
39 | app_payment_document_show | /app/payment-document/{documentId} | Path does not match |
40 | app_register_new | /app/register/new | Path does not match |
41 | app_user_show | /app/user | Path does not match |
42 | app_user_edit | /app/user/edit | Path does not match |
43 | app_visits_index | /app/visits | Path does not match |
44 | app_visits_survey | /app/visits/sendSurvey | Path does not match |
45 | app_visits_testsurvey | /app/visits/testSurvey | Path does not match |
46 | app_visits_search_index | /app/visits/search | Path does not match |
47 | app_welcome_index | /app/welcome | Path does not match |
48 | history_medical_document_show | /history/medical-document/{blobDocId} | Path does not match |
49 | history_medical_history_index | /history/medical-history | Path does not match |
50 | patient_set_active | /patient/set-active | Path does not match |
51 | patient_api_list | /patient/api/list | Path does not match |
52 | shop_packet_categories_index | /shop/packet/categories | Path does not match |
53 | shop_packet_categories_show | /shop/packet/categories/{slug} | Path does not match |
54 | shop_packet_categories_item_show | /shop/packet/categories/item/{id} | Path does not match |
55 | shop_payment_index | /shop/payment | Path does not match |
56 | shop_payment_app_web_shop_payment_payuconfirmation | /shop/payment/tester | Path does not match |
57 | shop_payment_app_web_shop_payment_payuconfirmationtest | /shop/payment/payTester | Path does not match |
58 | shop_payment_app_web_shop_payment_gendocu | /shop/payment/genDocu | Path does not match |
59 | shop_payment_app_web_shop_payment_paytest | /shop/payment/payTest | Path does not match |
60 | shop_shopping_bag_index | /shop/shopping-bag | Path does not match |
61 | app_public | / | Path does not match |
62 | 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.