https://dreamvacationpr.com/cart

Routing

app_cart Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /cart
# Route name Path Log
1 app_account /account Path does not match
2 app_profile /profile Path does not match
3 app_solicitud /solicitud/{id} Path does not match
4 app_password /password Path does not match
5 app_historial /historial Path does not match
6 admin /admin Path does not match
7 admin_mailing /mailingadmin Path does not match
8 admin2 /admin/promo Path does not match
9 admin_user /adminuser Path does not match
10 app_cart /cart Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.