Routing
story_view
Matched route
Route Parameters
Name | Value |
---|---|
slug | "test0425" |
Route Matching Logs
Path to match:
/story/show/test0425
# | 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 | admin | /admin | Path does not match |
16 | admin_profile | /admin/profile | Path does not match |
17 | admin_user_create | /admin/user/create | Path does not match |
18 | admin_user_delete | /admin/user/delete/{id} | Path does not match |
19 | admin_users | /admin/users | Path does not match |
20 | admin_stories | /admin/stories | Path does not match |
21 | comment_delete | /admin/comment/delete/{id} | Path does not match |
22 | comment_approve | /admin/comment/approve/{id} | Path does not match |
23 | admin_comment | /admin/comments | Path does not match |
24 | enquiry_list | /admin/enquiry/list/ | Path does not match |
25 | api | /api | Path does not match |
26 | api_login | /api/login | Path does not match |
27 | admin_category_get | /admin/category/get.json | Path does not match |
28 | admin_tag_search | /admin/tag/search | Path does not match |
29 | admin_news_create_json | /admin/news/create.json | Path does not match |
30 | admin_news_update_json | /admin/news/update.json | Path does not match |
31 | admin_story_one | /admin/story/one/{id}.json | Path does not match |
32 | category_index | /admin/category/ | Path does not match |
33 | category_new | /admin/category/new | Path does not match |
34 | category_show | /admin/category/{id} | Path does not match |
35 | category_edit | /admin/category/{id}/edit | Path does not match |
36 | category_delete | /admin/category/{id} | Path does not match |
37 | channel_refference_index | /admin/story/channel/refference/{storyId} | Path does not match |
38 | channel_refference_new | /admin/story/channel/refference/new/{storyId} | Path does not match |
39 | channel_refference_show | /admin/story/channel/refference/{id}/{storyId}/show | Path does not match |
40 | channel_refference_edit | /admin/story/channel/refference/{id}/{storyId}/edit | Path does not match |
41 | channel_refference_delete | /admin/story/channel/refference/{id} | Path does not match |
42 | connect_facebook_start | /connect/facebook | Path does not match |
43 | connect_facebook_check | /connect/facebook/check | Path does not match |
44 | admin_feedback | /admin/feedback/list | Path does not match |
45 | feedback_show | /admin/feedback/show/{id} | Path does not match |
46 | feedback_edit | /admin/feedback/{id}/edit | Path does not match |
47 | feedback_delete | /admin/feedback/{id} | Path does not match |
48 | connect_google_start | /connect/google | Path does not match |
49 | connect_google_check | /connect/google/check | Path does not match |
50 | homepage | / | Path does not match |
51 | login_handler | /handler | Path does not match |
52 | website_page_show | /page/{id}.{slug} | Path does not match |
53 | css | /css/style.css | Path does not match |
54 | tag_ajax_select | /ajax/select | Path does not match |
55 | feedback_submit | /feedback_submit | Path does not match |
56 | tag_search | /tag/{tag} | Path does not match |
57 | ajax_search | /search/ | Path does not match |
58 | ajax_live_search | /ajax/search | Path does not match |
59 | story_by_category | /cat/{slug} | Path does not match |
60 | story_image | /story/image/{id}/{size}/{filename} | Path does not match |
61 | news_Channel_Image_show | /news/channel/icon/image/{id}/{size}/{name}/ | Path does not match |
62 | story_view | /story/show/{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.