Routing
app_vehicle_details
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "44795" |
Route Matching Logs
Path to match:
/van/44795
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_homepage | / | Path does not match |
| 2 | app_about | /about | Path does not match |
| 3 | app_blog | /blog | Path does not match |
| 4 | app_recruitment | /recrutement | Path does not match |
| 5 | app_agencies | /agences | Path does not match |
| 6 | app_management | /gestion | Path does not match |
| 7 | app_admin_amenagement_request_update_status | /admin/amenagement/amenagement-requests/{id}/update-status | Path does not match |
| 8 | app_admin_amenagement_van_type_index | /admin/amenagement/van-types/ | Path does not match |
| 9 | app_admin_amenagement_van_type_create | /admin/amenagement/van-types/new | Path does not match |
| 10 | app_admin_amenagement_van_type_update | /admin/amenagement/van-types/{id}/edit | Path does not match |
| 11 | app_admin_amenagement_van_type_bulk_delete | /admin/amenagement/van-types/bulk-delete | Path does not match |
| 12 | app_admin_amenagement_van_type_delete | /admin/amenagement/van-types/{id} | Path does not match |
| 13 | app_admin_amenagement_step_index | /admin/amenagement/steps/ | Path does not match |
| 14 | app_admin_amenagement_step_create | /admin/amenagement/steps/new | Path does not match |
| 15 | app_admin_amenagement_step_update | /admin/amenagement/steps/{id}/edit | Path does not match |
| 16 | app_admin_amenagement_step_bulk_delete | /admin/amenagement/steps/bulk-delete | Path does not match |
| 17 | app_admin_amenagement_step_delete | /admin/amenagement/steps/{id} | Path does not match |
| 18 | app_admin_amenagement_step_toggle_active | /admin/amenagement/steps/{id}/toggle-active | Path does not match |
| 19 | app_admin_amenagement_prestation_index | /admin/amenagement/prestations/ | Path does not match |
| 20 | app_admin_amenagement_prestation_create | /admin/amenagement/prestations/new | Path does not match |
| 21 | app_admin_amenagement_prestation_update | /admin/amenagement/prestations/{id}/edit | Path does not match |
| 22 | app_admin_amenagement_prestation_bulk_delete | /admin/amenagement/prestations/bulk-delete | Path does not match |
| 23 | app_admin_amenagement_prestation_delete | /admin/amenagement/prestations/{id} | Path does not match |
| 24 | app_admin_amenagement_request_bulk_delete | /admin/amenagement/amenagement-requests/bulk-delete | Path does not match |
| 25 | api_stripe_create_payment_intent | /payment/stripe/create-payment-intent | Path does not match |
| 26 | api_stripe_webhook | /payment/stripe/webhook | Path does not match |
| 27 | app_agency_dashboard | /espace-agence/dashboard | Path does not match |
| 28 | app_agency_lead_update_status | /espace-agence/lead/{id}/update-status/{status} | Path does not match |
| 29 | app_agency_refit | /espace-agence/amenagement | Path does not match |
| 30 | app_agency_rental | /espace-agence/location | Path does not match |
| 31 | app_agency_sales | /espace-agence/vente | Path does not match |
| 32 | app_agency_concierge | /espace-agence/conciergerie | Path does not match |
| 33 | app_buy_index | /acheter | Path does not match |
| 34 | app_buy_contact | /acheter/contact/{id} | Path does not match |
| 35 | app_buy_confirmation | /acheter/confirmation | Path does not match |
| 36 | app_buy_load_more | /acheter/load-more | Path does not match |
| 37 | app_cart_add_item | /cart/add | Path does not match |
| 38 | app_contact_index | /contact | Path does not match |
| 39 | app_rental_workflow_step1_customer_info | /location/informations | Path does not match |
| 40 | app_rental_workflow_step2_travel_details | /location/voyage | Path does not match |
| 41 | app_rental_workflow_check_availability | /location/check-availability | Path does not match |
| 42 | app_rental_workflow_step3_options | /location/options | Path does not match |
| 43 | app_rental_workflow_step4_summary | /location/recapitulatif | Path does not match |
| 44 | app_rental_workflow_step5_payment | /location/paiement | Path does not match |
| 45 | app_rental_workflow_step6_confirmation | /location/confirmation | Path does not match |
| 46 | app_rental_workflow_confirm_booking | /location/confirm-booking | Path does not match |
| 47 | app_rental_index | /louer | Path does not match |
| 48 | app_rental_load_more | /louer/load-more | Path does not match |
| 49 | app_vehicle_details | /van/{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.