Routing
app_rental_index
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/louer
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_homepage | / | Path does not match |
| 2 | api_stripe_create_payment_intent | /payment/stripe/create-payment-intent | Path does not match |
| 3 | api_stripe_webhook | /payment/stripe/webhook | Path does not match |
| 4 | app_buy_index | /acheter | Path does not match |
| 5 | app_buy_contact | /acheter/contact/{id} | Path does not match |
| 6 | app_buy_load_more | /acheter/load-more | Path does not match |
| 7 | app_contact_index | /contact | Path does not match |
| 8 | app_rental_workflow_step1_customer_info | /location/informations | Path does not match |
| 9 | app_rental_workflow_step2_travel_details | /location/voyage | Path does not match |
| 10 | app_rental_workflow_check_availability | /location/check-availability | Path does not match |
| 11 | app_rental_workflow_step3_options | /location/options | Path does not match |
| 12 | app_rental_workflow_step4_summary | /location/recapitulatif | Path does not match |
| 13 | app_rental_workflow_step5_payment | /location/paiement | Path does not match |
| 14 | app_rental_workflow_step6_confirmation | /location/confirmation | Path does not match |
| 15 | app_rental_workflow_confirm_booking | /location/confirm-booking | Path does not match |
| 16 | app_rental_index | /louer | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.