Routing
blog_show_article
Matched route
Route Parameters
Name | Value |
---|---|
slug | "cameroon-most-expensive-schools-in-2023" |
Route Matching Logs
Path to match:
/blog/article/cameroon-most-expensive-schools-in-2023
# | 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 | _preview_error | /_error/{code}.{_format} | Path does not match |
13 | ckfinder_connector | /ckfinder/connector | Path does not match |
14 | index | / | Path does not match |
15 | login | /login | Path does not match |
16 | app_cgu | /cgu | Path does not match |
17 | app_forgot_password_request | /reset-password | Path does not match |
18 | app_check_email | /check-email | Path does not match |
19 | app_reset_password | /reset-pass/{token} | Path does not match |
20 | app_reset_password_simple | /reset-pass | Path does not match |
21 | app_logout | /logout | Path does not match |
22 | app.swagger_ui | /api/doc | Path does not match |
23 | app.swagger | /api/doc.json | Path does not match |
24 | admin_profile | /admin/profile | Path does not match |
25 | admin_home | /admin | Path does not match |
26 | admin_update_password | /admin/update/password | Path does not match |
27 | admin_system | /admin/system | Path does not match |
28 | admin_system_update | /admin/system/update | Path does not match |
29 | admin_town | /admin/towns | Path does not match |
30 | admin_town_add | /admin/town/add | Path does not match |
31 | admin_town_update | /admin/town/update | Path does not match |
32 | admin_town_delete | /admin/town/delete | Path does not match |
33 | admin_users | /admin/users | Path does not match |
34 | admin_articles | /admin/articles | Path does not match |
35 | admin_user_add | /admin/user/add | Path does not match |
36 | admin_user_update | /admin/user/update | Path does not match |
37 | admin_school | /admin/schools | Path does not match |
38 | admin_school_type | /admin/school/type | Path does not match |
39 | admin_school_type_update | /admin/school/type/update | Path does not match |
40 | admin_school_type_delete | /admin/school/type/delete | Path does not match |
41 | admin_school_type_add | /admin/school/type/add | Path does not match |
42 | admin_school_fee | /admin/school_fee | Path does not match |
43 | admin_school_fee_update | /admin/school_fee/update | Path does not match |
44 | admin_school_fee_delete | /admin/school_fee/delete | Path does not match |
45 | admin_school_fee_add | /admin/school_fee/add | Path does not match |
46 | admin_school_religion | /admin/school_religion | Path does not match |
47 | admin_school_religion_update | /admin/school_religion/update | Path does not match |
48 | admin_school_religion_delete | /admin/school_religion/delete | Path does not match |
49 | admin_school_religion_add | /admin/school_religion/add | Path does not match |
50 | admin_school_language | /admin/school_language | Path does not match |
51 | admin_school_language_update | /admin/school_language/update | Path does not match |
52 | admin_school_language_delete | /admin/school_language/delete | Path does not match |
53 | admin_school_language_add | /admin/school_language/add | Path does not match |
54 | admin_school_cycle | /admin/school_cycle | Path does not match |
55 | admin_school_cycle_update | /admin/school_cycle/update | Path does not match |
56 | admin_school_cycle_delete | /admin/school_cycle/delete | Path does not match |
57 | admin_school_cycle_add | /admin/school_cycle/add | Path does not match |
58 | admin_school_add | /admin/school/add | Path does not match |
59 | admin_school_update | /admin/school/update | Path does not match |
60 | school_get_one | /school/show/{id} | Path does not match |
61 | admin_school_delete | /admin/school/delete | Path does not match |
62 | admin_state | /admin/states | Path does not match |
63 | admin_state_add | /admin/state/add | Path does not match |
64 | admin_state_update | /admin/state/update | Path does not match |
65 | admin_state_delete | /admin/state/delete | Path does not match |
66 | admin_create_category | /admin/create/article/category | Path does not match |
67 | admin_update_category | /admin/update/article/category | Path does not match |
68 | admin_delete_category | /admin/delete/article/category | Path does not match |
69 | admin_create_article | /admin/create/article | Path does not match |
70 | admin_update_article | /admin/update/article | Path does not match |
71 | admin_delete_article | /admin/delete/article | Path does not match |
72 | get_one_entity | /get/one/entity/{entity}/{id} | Path does not match |
73 | admin_notifications | /admin/notifications | Path does not match |
74 | admin_notification_update | /admin/notification/update | Path does not match |
75 | admin_notification_delete | /admin/notification/delete | Path does not match |
76 | admin_notification_add | /admin/notification/add | Path does not match |
77 | list_notification_json | /notification/list | Path does not match |
78 | list_article_json | /article/list/{limit}/{offset} | Path does not match |
79 | blog_page | /blog | Path does not match |
80 | blog_show_article | /blog/article/{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.