Routing
article
Matched route
Route Parameters
| Name | Value |
|---|---|
| cat | "1" |
| id | "24" |
Route Matching Logs
Path to match:
/1/post/24
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | ux_live_component | /_components/{_live_component}/{_live_action} | Path does not match |
| 3 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 4 | _wdt | /_wdt/{token} | Path does not match |
| 5 | _profiler_home | /_profiler/ | Path does not match |
| 6 | _profiler_search | /_profiler/search | Path does not match |
| 7 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 8 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 9 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 10 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 11 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 12 | _profiler_open_file | /_profiler/open | Path does not match |
| 13 | _profiler | /_profiler/{token} | Path does not match |
| 14 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 15 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 16 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 17 | articles | /dashboard/article/ | Path does not match |
| 18 | add_article | /dashboard/article/add | Path does not match |
| 19 | edit_article | /dashboard/article/edit/{id} | Path does not match |
| 20 | remove_article | /dashboard/article/remove/{id} | Path does not match |
| 21 | detail_article | /dashboard/article/detail/{id} | Path does not match |
| 22 | galleries | /dashboard/article/gallery | Path does not match |
| 23 | add_gallery | /dashboard/article/{post}/gallery/add | Path does not match |
| 24 | remove_gallery | /dashboard/article/gallery/remove/{id} | Path does not match |
| 25 | article_files | /dashboard/article/files/{id} | Path does not match |
| 26 | remove_file | /dashboard/article/file/remove/{id} | Path does not match |
| 27 | categories | /dashboard/article/category/ | Path does not match |
| 28 | add_category | /dashboard/article/category/add | Path does not match |
| 29 | edit_category | /dashboard/article/category/edit/{id} | Path does not match |
| 30 | remove_category | /dashboard/article/category/remove/{id} | Path does not match |
| 31 | detail_category | /dashboard/article/category/detail/{id} | Path does not match |
| 32 | dashboard | /dashboard/ | Path does not match |
| 33 | directions | /dashboard/direction/ | Path does not match |
| 34 | add_direction | /dashboard/direction/add | Path does not match |
| 35 | edit_direction | /dashboard/direction/edit/{id} | Path does not match |
| 36 | detail_direction | /dashboard/direction/detail/{id} | Path does not match |
| 37 | remove_direction | /dashboard/direction/remove/{id} | Path does not match |
| 38 | app_ministres | /dashboard/direction/ministre/ | Path does not match |
| 39 | add_ministre | /dashboard/direction/ministre/add | Path does not match |
| 40 | edit_ministre | /dashboard/direction/ministre/edit/{id} | Path does not match |
| 41 | detail_ministre | /dashboard/direction/ministre/detail/{id} | Path does not match |
| 42 | remove_ministre | /dashboard/direction/ministre/remove/{id} | Path does not match |
| 43 | users | /dashboard/user/ | Path does not match |
| 44 | add_user | /dashboard/user/add | Path does not match |
| 45 | edit_user | /dashboard/user/edit/{id} | Path does not match |
| 46 | remove_user | /dashboard/user/remove/{id} | Path does not match |
| 47 | detail_user | /dashboard/user/detail/{id} | Path does not match |
| 48 | home | / | Path does not match |
| 49 | msk | /msk | Path does not match |
| 50 | page | /page/{cat} | Path does not match |
| 51 | article | /{cat}/post/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.