Routing
smoothie_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "35" |
Route Matching Logs
Path to match:
/smoothies/35
| # | 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 | app_account | /account/ | Path does not match |
| 16 | app_account_order_show | /account/order/{id} | Path does not match |
| 17 | app_account_order_cancel | /account/order/{id}/cancel | Path does not match |
| 18 | app_account_favorites | /account/account/favorites | Path does not match |
| 19 | app_account_edit | /account/edit | Path does not match |
| 20 | app_account_edit_password | /account/edit-password | Path does not match |
| 21 | admin_ingredients_index | /admin/ingredients/ | Path does not match |
| 22 | admin_ingredients_new | /admin/ingredients/new | Path does not match |
| 23 | admin_ingredients_edit | /admin/ingredients/edit/{id} | Path does not match |
| 24 | admin_ingredients_delete | /admin/ingredients/delete/{id} | Path does not match |
| 25 | admin_smoothies_index | /admin/smoothies/ | Path does not match |
| 26 | admin_smoothies_new | /admin/smoothies/new | Path does not match |
| 27 | admin_smoothies_edit | /admin/smoothies/edit/{id} | Path does not match |
| 28 | admin_smoothies_delete | /admin/smoothies/delete/{id} | Path does not match |
| 29 | admin_dashboard | /admin/dashboard | Path does not match |
| 30 | admin_orders_index | /admin/orders/ | Path does not match |
| 31 | admin_orders_show | /admin/orders/{id} | Path does not match |
| 32 | admin_orders_update_status | /admin/orders/{id}/status/{status} | Path does not match |
| 33 | admin_stats_index | /admin/stats/ | Path does not match |
| 34 | admin_stats_data | /admin/stats/data | Path does not match |
| 35 | admin_users_index | /admin/users/ | Path does not match |
| 36 | admin_users_toggle_role | /admin/users/{id}/toggle-role | Path does not match |
| 37 | admin_users_delete | /admin/users/{id}/delete | Path does not match |
| 38 | cart | /cart | Path does not match |
| 39 | cart_add | /cart/add | Path does not match |
| 40 | cart_add_catalogue | /cart/add/{id} | Path does not match |
| 41 | cart_update | /cart/update/{index} | Path does not match |
| 42 | cart_remove | /cart/remove/{index} | Path does not match |
| 43 | contact | /contact | Path does not match |
| 44 | create | /create | Path does not match |
| 45 | order | /order | Path does not match |
| 46 | order_success | /order/success/{id} | Path does not match |
| 47 | order_payment | /order/payment/{id} | Path does not match |
| 48 | home | / | Path does not match |
| 49 | mentions_legales | /mentions-legales | Path does not match |
| 50 | politique_confidentialite | /politique-confidentialite | Path does not match |
| 51 | newsletter_subscribe | /newsletter/subscribe | Path does not match |
| 52 | app_register | /register | Path does not match |
| 53 | app_verify_email | /verify/email | Path does not match |
| 54 | app_register_success | /register/success | Path does not match |
| 55 | app_forgot_password_request | /reset-password | Path does not match |
| 56 | app_check_email | /reset-password/check-email | Path does not match |
| 57 | app_reset_password | /reset-password/reset/{token} | Path does not match |
| 58 | app_login | /login | Path does not match |
| 59 | app_logout | /logout | Path does not match |
| 60 | smoothie_index | /smoothies/ | Path does not match |
| 61 | smoothie_category | /smoothies/categorie/{category} | Path does not match |
| 62 | smoothie_show | /smoothies/{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.