Routing
page_show
Matched route
Route Parameters
Name | Value |
---|---|
id | "2" |
slug | "about" |
Route Matching Logs
Path to match:
/p.2.about.html
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | Path does not match |
2 | _wdt | /_wdt/{token} | Path does not match |
3 | _profiler_home | /_profiler/ | Path does not match |
4 | _profiler_search | /_profiler/search | Path does not match |
5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
10 | _profiler_open_file | /_profiler/open | Path does not match |
11 | _profiler | /_profiler/{token} | Path does not match |
12 | _profiler_router | /_profiler/{token}/router | Path does not match |
13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
15 | myadmin_index | /myadmin | Path does not match |
16 | image_man_upload | /myadmin/image/man/upload | Path does not match |
17 | myadmin_boss_block_grape_save | /myadmin/pagebuilder/boss/block/save | Path does not match |
18 | myadmin_boss_block_grape | /myadmin/pagebuilder/boss/block | Path does not match |
19 | myadmin_boss_block | /myadmin/boss/block | Path does not match |
20 | image_assets_json | /image/assets/json | Path does not match |
21 | myadmin_enquiry | /myadmin/enquiry | Path does not match |
22 | myadmin_enquiry_view | /myadmin/enquiry/{id}/view | Path does not match |
23 | myadmin_page_index | /myadmin/page/index | Path does not match |
24 | myadmin_settings | /myadmin/settings | Path does not match |
25 | myadmin_form_enquiry_index | /myadmin/form/enquiry/list | Path does not match |
26 | myadmin_album_index | /myadmin/album/ | Path does not match |
27 | myadmin_album_new | /myadmin/album/new | Path does not match |
28 | myadmin_album_show | /myadmin/album/{id}/show | Path does not match |
29 | myadmin_album_edit | /myadmin/album/{id}/edit | Path does not match |
30 | myadmin_album_delete | /myadmin/album/{id}/delete | Path does not match |
31 | homepage | / | Path does not match |
32 | page_section_image | /pagesection/image/{id}/{name} | Path does not match |
33 | page_section_images | /pagesection/images/{id}/{name} | Path does not match |
34 | scroller_image | /scroller/{id}/{name} | Path does not match |
35 | pg_image | /myadmin/photoG/{id}/photo/{name} | Path does not match |
36 | menu_image | /menu/{id}/photo/{name} | Path does not match |
37 | pg_image2 | /photoG/{id}/photo/{name} | Path does not match |
38 | pg_image_thumb | /pg/{id}/{size}/{name} | Path does not match |
39 | css | /css/style.css | Path does not match |
40 | html_image_list | /image_list.js | Path does not match |
41 | enquiry_sent | /enquirysent.html | Path does not match |
42 | enquiry | /enquiryform.html | Path does not match |
43 | forms_index | /myadmin/forms/ | Path does not match |
44 | forms_new | /myadmin/forms/new | Path does not match |
45 | forms_list | /myadmin/forms/list/{id} | Path does not match |
46 | forms_show | /myadmin/forms/{id} | Path does not match |
47 | forms_edit | /myadmin/forms/{id}/edit | Path does not match |
48 | forms_delete | /myadmin/forms/{id} | Path does not match |
49 | form_fields_create | /myadmin/forms/myadmin/form/field/create/{formId} | Path does not match |
50 | form_fields_edit | /myadmin/forms/field/edit/{id} | Path does not match |
51 | form_fields_index | /myadmin/forms/fields/index/{formId} | Path does not match |
52 | form_fields_delete | /myadmin/forms/fields/delete/{id} | Path does not match |
53 | gfont_index | /myadmin/gfont/ | Path does not match |
54 | gfont_new | /myadmin/gfont/new | Path does not match |
55 | gfont_show | /myadmin/gfont/{id} | Path does not match |
56 | gfont_edit | /myadmin/gfont/{id}/edit | Path does not match |
57 | gfont_delete | /myadmin/gfont/{id} | Path does not match |
58 | grape_block_index | /myadmin/grape/block/ | Path does not match |
59 | grape_block_new | /myadmin/grape/block/new | Path does not match |
60 | grape_block_show | /myadmin/grape/block/{id} | Path does not match |
61 | grape_block_edit | /myadmin/grape/block/{id}/edit | Path does not match |
62 | grape_block_delete | /myadmin/grape/block/{id} | Path does not match |
63 | myadmin_menu_index | /myadmin/menu/ | Path does not match |
64 | myadmin_menu_new | /myadmin/menu/new | Path does not match |
65 | myadmin_menu_show | /myadmin/menu/{id}/show | Path does not match |
66 | myadmin_menu_edit | /myadmin/menu/{id}/edit | Path does not match |
67 | myadmin_menu_add_child_menu | /myadmin/menu/add/child/{id} | Path does not match |
68 | myadmin_menu_child_list | /myadmin/menu/child/{id}/list | Path does not match |
69 | myadmin_menu_child_image_upload | /myadmin/menu/child/{id}/image/upload | Path does not match |
70 | myadmin_menu_delete | /myadmin/menu/{id}/delete | Path does not match |
71 | myadmin_page_new | /myadmin/page.new.html | Path does not match |
72 | myadmin_page_delete | /myadmin/page/{id}/delete | Path does not match |
73 | page_show | /p.{id}.{slug}.html | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.