Routing
app_accueil
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | app_adresse_livraison_index | /adresse/livraison/ | Path does not match |
2 | app_adresse_livraison_new | /adresse/livraison/new | Path does not match |
3 | app_adresse_livraison_show | /adresse/livraison/{id} | Path does not match |
4 | app_adresse_livraison_edit | /adresse/livraison/{id}/edit | Path does not match |
5 | app_adresse_livraison_delete | /adresse/livraison/{id} | Path does not match |
6 | commande | /commande | Path does not match |
7 | commande_checkout | /commande/checkout | Path does not match |
8 | commande_end | /commande/termine/{id} | Path does not match |
9 | commmande_panier_affichage | /commande/panier | Path does not match |
10 | ajout_panier | /panier/{id} | Path does not match |
11 | commande_chechkout | /validation/commande | Path does not match |
12 | commande_paiement_kkiapay | /paiement/kkiapay | Path does not match |
13 | commande_paiement | /paiement/details-facture | Path does not match |
14 | supprimer_du_panier | /panier/supprimer/{id} | Path does not match |
15 | ajout_panier_ajax | /panier-ajax/{id} | Path does not match |
16 | reservation | /reservation | Path does not match |
17 | end_reservation | /reservation-success | Path does not match |
18 | frontend_recherche_produit | /recherche/produits/ | Path does not match |
19 | app_accueil | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.