Routing
homepage_blog
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/blog_website
# | 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 | blog_index | /backend/blog/ | Path does not match |
13 | blog_custom_1 | /backend/blog/save_image | Path does not match |
14 | blog_new | /backend/blog/new | Path does not match |
15 | blog_show | /backend/blog/{blogId} | Path does not match |
16 | blog_edit | /backend/blog/{blogId}/edit | Path does not match |
17 | blog_delete | /backend/blog/{blogId} | Path does not match |
18 | category_index | /backend/category/ | Path does not match |
19 | category_new | /backend/category/new | Path does not match |
20 | category_show | /backend/category/{categoryId} | Path does not match |
21 | category_edit | /backend/category/{categoryId}/edit | Path does not match |
22 | category_delete | /backend/category/{categoryId} | Path does not match |
23 | chartLinearTooltip_index | /backend/image/ | Path does not match |
24 | city_index | /backend/city/ | Path does not match |
25 | city_new | /backend/city/new | Path does not match |
26 | city_show | /backend/city/{cityId} | Path does not match |
27 | city_edit | /backend/city/{cityId}/edit | Path does not match |
28 | city_delete | /backend/city/{cityId} | Path does not match |
29 | country_index | /backend/country/ | Path does not match |
30 | country_new | /backend/country/new | Path does not match |
31 | country_show | /backend/country/{countryId} | Path does not match |
32 | country_edit | /backend/country/{countryId}/edit | Path does not match |
33 | country_delete | /backend/country/{countryId} | Path does not match |
34 | demoCrud_index | /backend/demo_crud/ | Path does not match |
35 | demoCrud_new | /backend/demo_crud/new | Path does not match |
36 | demoCrud_show | /backend/demo_crud/{demoCrudId} | Path does not match |
37 | demoCrud_edit | /backend/demo_crud/{demoCrudId}/edit | Path does not match |
38 | demoCrud_delete | /backend/demo_crud/{demoCrudId} | Path does not match |
39 | demo_pdf_index | /backend/demo_pdf/ | Path does not match |
40 | demo_pdf_show | /backend/demo_pdf/download | Path does not match |
41 | demo_subcrud_index | /backend/demo_subcrud/ | Path does not match |
42 | demo_subcrud_new | /backend/demo_subcrud/new | Path does not match |
43 | demo_subcrud_show | /backend/demo_subcrud/{demoSubcrudId} | Path does not match |
44 | demo_subcrud_edit | /backend/demo_subcrud/{demoSubcrudId}/edit | Path does not match |
45 | demo_subcrud_delete | /backend/demo_subcrud/{demoSubcrudId} | Path does not match |
46 | excel_parser_index | /backend/excel/parser/ | Path does not match |
47 | excel_parser_new | /backend/excel/parser/new | Path does not match |
48 | excel_parser_show | /backend/excel/parser/{excelParserId} | Path does not match |
49 | excel_parser_edit | /backend/excel/parser/{excelParserId}/edit | Path does not match |
50 | excel_parser_delete | /backend/excel/parser/{excelParserId} | Path does not match |
51 | external_index | /backend/external/ | Path does not match |
52 | external_new | /backend/external/new | Path does not match |
53 | external_show | /backend/external/{externalId} | Path does not match |
54 | external_edit | /backend/external/{externalId}/edit | Path does not match |
55 | external_delete | /backend/external/{externalId} | Path does not match |
56 | family_list_index | /backend/family/list/ | Path does not match |
57 | family_list_new | /backend/family/list/new | Path does not match |
58 | family_list_show | /backend/family/list/{familyListId} | Path does not match |
59 | family_list_edit | /backend/family/list/{familyListId}/edit | Path does not match |
60 | family_list_delete | /backend/family/list/{familyListId} | Path does not match |
61 | homepage_website | / | Path does not match |
62 | homepage_partner | /partners_website | Path does not match |
63 | homepage_service | /service_website | Path does not match |
64 | homepage_us | /us_website | Path does not match |
65 | homepage_blog | /blog_website | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.