Routing
app_cart_webhosting_show
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/cart-webhosting/show
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_addon_index | /adm/addon/ | Path does not match |
| 2 | app_addon_new | /adm/addon/new | Path does not match |
| 3 | app_addon_edit | /adm/addon/{id}/edit | Path does not match |
| 4 | app_addon_delete | /adm/addon/{id}/delete | Path does not match |
| 5 | app_cart_index.de | /de/mein-einkaufswagen | Path does not match |
| 6 | app_cart_index.en | /en/my-cart | Path does not match |
| 7 | app_cart_index.es | /es/mi-carreton | Path does not match |
| 8 | app_cart_new | /cart/new | Path does not match |
| 9 | app_cart_show | /cart/{id} | Path does not match |
| 10 | app_cart_edit | /cart/{id}/edit | Path does not match |
| 11 | app_cart_delete | /cart/{id}/delete | Path does not match |
| 12 | app_cart_delete_addon | /cart/{id}/delete-addon | Path does not match |
| 13 | app_cart_webhosting | /cart-webhosting/ | Path does not match |
| 14 | app_cart_webhosting_new | /cart-webhosting/new | Path does not match |
| 15 | app_cart_webhosting_packages | /cart-webhosting/webhosting-packages | Path does not match |
| 16 | app_cart_webhosting_edit | /cart-webhosting/edit | Path does not match |
| 17 | app_cart_webhosting_show | /cart-webhosting/show | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.