Routing
admin_menu_list
Matched route
Route Parameters
| Name | Value |
|---|---|
| dir | "desc" |
| page | 1 |
| sort | "createdAt" |
Route Redirection
This page redirects to:
https://dev.youdream.training/admin/login
Route Matching Logs
Path to match:
/admin/menu/list
| # | 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 | admin_blog_article_list | /admin/blog/article/list/{page}/{sort}/{dir} | Path does not match |
| 13 | admin_blog_article_new | /admin/blog/article/new | Path does not match |
| 14 | admin_blog_article_view | /admin/blog/article/show/{id} | Path does not match |
| 15 | admin_blog_article_edit | /admin/blog/article/edit/{id} | Path does not match |
| 16 | admin_blog_article_delete | /admin/blog/article/delete/{id} | Path does not match |
| 17 | admin_blog_category_list | /admin/blog/category/list/{page}/{sort}/{dir} | Path does not match |
| 18 | admin_blog_category_new | /admin/blog/category/new | Path does not match |
| 19 | admin_blog_category_view | /admin/blog/category/show/{id} | Path does not match |
| 20 | admin_blog_category_edit | /admin/blog/category/edit/{id} | Path does not match |
| 21 | admin_blog_category_delete | /admin/blog/category/delete/{id} | Path does not match |
| 22 | admin_career_path_category_list | /admin/careerpath/category/list/{page}/{sort}/{dir} | Path does not match |
| 23 | admin_career_path_category_ordering | /admin/careerpath/category/ordering/{id} | Path does not match |
| 24 | admin_career_path_category_new | /admin/careerpath/category/new | Path does not match |
| 25 | admin_career_path_category_view | /admin/careerpath/category/show/{id} | Path does not match |
| 26 | admin_career_path_category_edit | /admin/careerpath/category/edit/{id} | Path does not match |
| 27 | admin_career_path_category_delete | /admin/careerpath/category/delete/{id} | Path does not match |
| 28 | admin_career_path_list | /admin/careerpath/list/{page}/{sort}/{dir} | Path does not match |
| 29 | admin_career_path_new | /admin/careerpath/new | Path does not match |
| 30 | admin_career_path_view | /admin/careerpath/show/{id} | Path does not match |
| 31 | admin_career_path_edit | /admin/careerpath/edit/{id} | Path does not match |
| 32 | admin_career_path_delete | /admin/careerpath/delete/{id} | Path does not match |
| 33 | admin_course_career_path_ordering | /admin/careerpath/ordering/{id} | Path does not match |
| 34 | admin_course_category_list | /admin/course/category/list/{page}/{sort}/{dir} | Path does not match |
| 35 | admin_course_category_ordering | /admin/course/category/ordering/{id} | Path does not match |
| 36 | admin_course_category_new | /admin/course/category/new | Path does not match |
| 37 | admin_course_category_view | /admin/course/category/show/{id} | Path does not match |
| 38 | admin_course_category_edit | /admin/course/category/edit/{id} | Path does not match |
| 39 | admin_course_category_delete | /admin/course/category/delete/{id} | Path does not match |
| 40 | admin_course_list | /admin/course/course/list/{page}/{sort}/{dir} | Path does not match |
| 41 | admin_course_new | /admin/course/course/new | Path does not match |
| 42 | admin_course_new_type | /admin/course/course/new/{type} | Path does not match |
| 43 | admin_course_view | /admin/course/course/show/{id} | Path does not match |
| 44 | admin_course_preview | /admin/course/course/preview/{id} | Path does not match |
| 45 | admin_course_edit | /admin/course/course/edit/{id} | Path does not match |
| 46 | admin_course_delete | /admin/course/course/delete/{id} | Path does not match |
| 47 | admin_course_image_view | /admin/course-media/image/view/{course}/{image} | Path does not match |
| 48 | admin_dashboard | /admin/ | Path does not match |
| 49 | admin_login | /admin/login | Path does not match |
| 50 | admin_menu_list | /admin/menu/list/{page}/{sort}/{dir} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.