Routing
app_blog_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "astuces-assortir-vetements-morphologie" |
Route Matching Logs
Path to match:
/blog/astuces-assortir-vetements-morphologie
| # | 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 | app_tasks | /dashboard/task/ | Path does not match |
| 18 | add_task | /dashboard/task/add | Path does not match |
| 19 | toggle_task | /dashboard/task/toggle/{id} | Path does not match |
| 20 | delete_task | /dashboard/task/delete/{id} | Path does not match |
| 21 | app_dashboard | /dashboard/ | Path does not match |
| 22 | app_articles | /dashboard/article/ | Path does not match |
| 23 | add_article | /dashboard/article/add | Path does not match |
| 24 | edit_article | /dashboard/article/edit/{id} | Path does not match |
| 25 | remove_article | /dashboard/article/remove/{id} | Path does not match |
| 26 | app_messages | /dashboard/message/ | Path does not match |
| 27 | detail_message | /dashboard/message/detail/{id} | Path does not match |
| 28 | remove_message | /dashboard/message/remove/{id} | Path does not match |
| 29 | app_discounts | /dashboard/discount/ | Path does not match |
| 30 | add_discount | /dashboard/discount/add | Path does not match |
| 31 | edit_discount | /dashboard/discount/edit/{id} | Path does not match |
| 32 | detail_discount | /dashboard/discount/detail/{id} | Path does not match |
| 33 | app_orders | /dashboard/commandes/ | Path does not match |
| 34 | admin_order_detail | /dashboard/commandes/detail/{id} | Path does not match |
| 35 | app_categories | /dashboard/produit/category/ | Path does not match |
| 36 | add_category | /dashboard/produit/category/add | Path does not match |
| 37 | edit_category | /dashboard/produit/category/edit/{id} | Path does not match |
| 38 | detail_category | /dashboard/produit/category/detail/{id} | Path does not match |
| 39 | rmove_category | /dashboard/produit/category/remove/{id} | Path does not match |
| 40 | app_produits | /dashboard/produit/ | Path does not match |
| 41 | add_produit | /dashboard/produit/add | Path does not match |
| 42 | edit_produit | /dashboard/produit/edit/{id} | Path does not match |
| 43 | detail_produit | /dashboard/produit/detail/{id} | Path does not match |
| 44 | remove_produit | /dashboard/produit/remove/{id} | Path does not match |
| 45 | app_users | /dashboard/user/ | Path does not match |
| 46 | add_user | /dashboard/user/add | Path does not match |
| 47 | edit_user | /dashboard/user/edit/{id} | Path does not match |
| 48 | remove_user | /dashboard/user/remove/{id} | Path does not match |
| 49 | app_about | /a-propos | Path does not match |
| 50 | app_blog | /blog | Path does not match |
| 51 | app_blog_show | /blog/{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.