Routing
app_login
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "de" |
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | cart | /cart | Path does not match |
2 | add_cart | /add/cart | Path does not match |
3 | delete_cart | /delete/cart | Path does not match |
4 | count_cart | /count/cart | Path does not match |
5 | checkout | /checkout | Path does not match |
6 | apply_coupon | /apply-coupon | Path does not match |
7 | app_feedback | /feedback | Path does not match |
8 | prepare_payment | /prepare-payment | Path does not match |
9 | admin_login | /admin/login | Path does not match |
10 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.