Routing
app_auth
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/inscription-etablissement
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_ajouterProduit | /Ajouter-produit | Path does not match |
| 2 | app_ajouterPhoto | /Ajouter-photoprofil | Path does not match |
| 3 | app_parametres | /app-parametres | Path does not match |
| 4 | app_support | /support | Path does not match |
| 5 | app_dashboard | /dashbord | Path does not match |
| 6 | app_boutique_vendeur_profil | /boutique-vendeur-profil/{id} | Path does not match |
| 7 | app_boutique_vendeur_notification | /boutique-vendeur-notification/ | Path does not match |
| 8 | app_boutique_vendeur_panier | /boutique-vendeur-panier/ | Path does not match |
| 9 | app_boutique_categorie | /categorie-produits-magasin/ | Path does not match |
| 10 | app_boutique_catcategorie | /categorie-produits-catmagasin/ | Path does not match |
| 11 | app_boutique_esthetique | /categorie-produits-esthetique/ | Path does not match |
| 12 | app_boutique_cartesthetique | /categorie-produits-cartesthetique/ | Path does not match |
| 13 | app_boutique_Boutiques | /categorie-produits-boutiques/ | Path does not match |
| 14 | app_cartboutique_Boutiques | /categorie-produits-cartboutiques/ | Path does not match |
| 15 | app_boutique_Prestataires | /categorie-produits-prestataires/ | Path does not match |
| 16 | app_cartboutique_Prestataires | /categorie-produits-cartprestataires/ | Path does not match |
| 17 | cart_index | /panier | Path does not match |
| 18 | cart_add | /panier/add/{id} | Path does not match |
| 19 | cart_retirer | /panier/retirer/{id} | Path does not match |
| 20 | cart_remove | /panier/remove/{id} | Path does not match |
| 21 | app_main_particulier | /base-particulier | Path does not match |
| 22 | app_information_livraisonClient | /information_livraison_client | Path does not match |
| 23 | app_boutique_client_notification | /boutique-client-notification/ | Path does not match |
| 24 | Mes_boutiques_abonne | /boutique-des-vendeur/{id} | Path does not match |
| 25 | app_touteboutique | /toutesboutique-des-vendeur | Path does not match |
| 26 | app_plusvendus | /les-plus-vendus | Path does not match |
| 27 | app_boutique_client_profil | /boutique-client-profil/{id} | Path does not match |
| 28 | app_modifProfil | /modification-profil/{id}/editer | Path does not match |
| 29 | app_livraison | /livraison | Path does not match |
| 30 | app_livraison_statut | /statut-livraison | Path does not match |
| 31 | app_login_client | /login-client | Path does not match |
| 32 | app_maps | /maps | Path does not match |
| 33 | app_main | / | Path does not match |
| 34 | app_details | /articles/{id} | Path does not match |
| 35 | app_indexlist | /indexlist | Path does not match |
| 36 | app_message | /message | Path does not match |
| 37 | app_information_livraison | /information_livraison | Path does not match |
| 38 | app_checkout-payment | /checkout_payement | Path does not match |
| 39 | Confirm_paiement | /confirmation/{id} | Path does not match |
| 40 | aidmarket_pagepanier | /page-panier/ | Path does not match |
| 41 | aidmarket_panier | /panier/{id} | Path does not match |
| 42 | sup_articles | /suparticles/{id} | Path does not match |
| 43 | app_particulier | /inscription-particulier | Path does not match |
| 44 | app_auth | /inscription-etablissement | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.