GET https://dev.doctozed.com/blog/list

Routing

blog_list Matched route

Route Parameters

Name Value
_twig_name
"base/blogs/blogList.html.twig"

Route Matching Logs

Path to match: /blog/list
# Route name Path Log
1 template_admin_index /admin/index Path does not match
2 template_admin_jwt /admin/{selector}/jwt Path does not match
3 template_admin_add_patient /admin/patient Path does not match
4 template_admin_city /admin/city Path does not match
5 template_admin_role /admin/role Path does not match
6 template_admin_speciality /admin/speciality Path does not match
7 template_admin_speciality_add /admin/speciality/add Path does not match
8 template_admin_appointment /admin/appointment Path does not match
9 template_admin_appointment_show /admin/appointment/show/{selector} Path does not match
10 template_admin_add_doctor /admin/doctor Path does not match
11 template_admin_doctor_list /admin/doctor/list Path does not match
12 template_admin_doctor_show /admin/doctor/show/{selector} Path does not match
13 template_admin_patient_list /admin/patient/list Path does not match
14 template_admin_patient_show /admin/patient/show/{selector} Path does not match
15 template_admin_add_clinical /admin/clinical Path does not match
16 template_admin_clinical_list /admin/clinical/list Path does not match
17 template_admin_clinical_show /admin/clinical/show/{selector} Path does not match
18 template_admin_add_laboratory /admin/laboratory Path does not match
19 template_admin_laboratory_list /admin/laboratory/list Path does not match
20 template_admin_laboratory_show /admin/laboratory/show/{selector} Path does not match
21 template_admin_add_assistant /admin/assistant Path does not match
22 template_admin_assistant_list /admin/assistant/list Path does not match
23 template_admin_assistant_show /admin/assistant/show/{selector} Path does not match
24 template_admin_subscription_config /admin/subscription/config Path does not match
25 template_admin_add_blog /admin/blog/add Path does not match
26 template_admin_blog_list /admin/blog Path does not match
27 template_admin_show_config /admin/setting/show Path does not match
28 template_assistant_index /assistant/index Path does not match
29 template_assistant_update_profile /assistant/profile Path does not match
30 template_assistant_update_password /assistant/password Path does not match
31 template_assistant_appointment_show /assistant/appointment/show/{selector} Path does not match
32 template_assistant_appointment_add /assistant/appointment/add Path does not match
33 website_index / Path does not match
34 doctors_list /med/list Path does not match
35 doctors_search /search/doctor/ Path does not match
36 one_doctor /med/show/{selector} Path does not match
37 clinical_list /clinical/list Path does not match
38 one_clinical /clinical/show/{selector} Path does not match
39 laboratory_list /laboratory/list Path does not match
40 one_laboratory /laboratory/show/{selector} Path does not match
41 appointment /med/appointment/{selector} Path does not match
42 clinicals_search /search/clinical/ Path does not match
43 laboratory_search /search/laboratory/ Path does not match
44 blog_list /blog/list Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.