Routing
website_index
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "ar" |
_twig_name | "base/index.html.twig" |
Route Matching Logs
Path to match:
/ar
# | Route name | Path | Log |
---|---|---|---|
1 | appointmentapi_updatestatusX | /api/v1/appointment/status/{selector} | Path does not match |
2 | template_admin_index | /admin/index | Path does not match |
3 | template_admin_jwt | /admin/{selector}/jwt | Path does not match |
4 | template_admin_add_patient | /admin/patient | Path does not match |
5 | template_admin_city | /admin/city | Path does not match |
6 | template_admin_role | /admin/role | Path does not match |
7 | template_admin_speciality | /admin/speciality | Path does not match |
8 | template_admin_speciality_add | /admin/speciality/add | Path does not match |
9 | template_admin_appointment | /admin/appointment | Path does not match |
10 | template_admin_appointment_show | /admin/appointment/show/{selector} | Path does not match |
11 | template_admin_add_doctor | /admin/doctor | Path does not match |
12 | template_admin_doctor_list | /admin/doctor/list | Path does not match |
13 | template_admin_doctor_show | /admin/doctor/show/{selector} | Path does not match |
14 | template_admin_patient_list | /admin/patient/list | Path does not match |
15 | template_admin_patient_show | /admin/patient/show/{selector} | Path does not match |
16 | template_admin_add_clinical | /admin/clinical | Path does not match |
17 | template_admin_clinical_list | /admin/clinical/list | Path does not match |
18 | template_admin_clinical_show | /admin/clinical/show/{selector} | Path does not match |
19 | template_admin_add_laboratory | /admin/laboratory | Path does not match |
20 | template_admin_laboratory_list | /admin/laboratory/list | Path does not match |
21 | template_admin_laboratory_show | /admin/laboratory/show/{selector} | Path does not match |
22 | template_admin_add_assistant | /admin/assistant | Path does not match |
23 | template_admin_assistant_list | /admin/assistant/list | Path does not match |
24 | template_admin_assistant_show | /admin/assistant/show/{selector} | Path does not match |
25 | template_admin_subscription_config | /admin/subscription/config | Path does not match |
26 | template_admin_add_blog | /admin/blog/add | Path does not match |
27 | template_admin_blog_list | /admin/blog | Path does not match |
28 | template_admin_blog_show | /admin/blog/show/{selector} | Path does not match |
29 | template_admin_show_config | /admin/setting/show | Path does not match |
30 | template_assistant_index | /{_locale}/assistant/index | Path does not match |
31 | template_assistant_update_profile | /{_locale}/assistant/profile | Path does not match |
32 | template_assistant_update_password | /{_locale}/assistant/password | Path does not match |
33 | template_assistant_appointment_show | /{_locale}/assistant/appointment/show/{selector} | Path does not match |
34 | template_assistant_appointment_add | /{_locale}/assistant/appointment/add | Path does not match |
35 | website_index | /{_locale} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.