Routing
app_product
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "sac-a-main" |
Route Matching Logs
Path to match:
/produit/sac-a-main
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_account_addresses | /compte/adresses | Path does not match |
| 2 | app_account_address_delete | /compte/adresses/delete/{id} | Path does not match |
| 3 | app_account_address_form | /compte/adresse/ajouter/{id} | Path does not match |
| 4 | app_account | /compte | Path does not match |
| 5 | app_account_order | /compte/commande/{id_order} | Path does not match |
| 6 | app_account_modify_pwd | /compte/modifier-mot-de-passe | Path does not match |
| 7 | app_account_wishlist | /compte/list-de-souhait | Path does not match |
| 8 | app_account_wishlist_add | /compte/list-de-souhait/add/{id} | Path does not match |
| 9 | app_account_wishlist_remove | /compte/list-de-souhait/remove/{id} | Path does not match |
| 10 | admin | /admin | Path does not match |
| 11 | app_cart | /mon-panier/{motif} | Path does not match |
| 12 | app_cart_add | /cart/add/{id} | Path does not match |
| 13 | app_cart_decrease | /cart/decrease/{id} | Path does not match |
| 14 | app_cart_remove | /cart/remove | Path does not match |
| 15 | app_category | /categorie/{slug} | Path does not match |
| 16 | app_password | /mot-de-passe-oublie | Path does not match |
| 17 | app_password_update | /mot-de-passe/reset/{token} | Path does not match |
| 18 | app_home | / | Path does not match |
| 19 | app_invoice_customer | /compte/facture/impression/{id_order} | Path does not match |
| 20 | app_invoice_admin | /admin/facture/impression/{id_order} | Path does not match |
| 21 | app_login | /connexion | Path does not match |
| 22 | app_logout | /deconnexion | Path does not match |
| 23 | app_orde | /commande/livraison | Path does not match |
| 24 | app_sumary | /commande/recapitilatif | Path does not match |
| 25 | app_payement | /commande/paiement/{id_order} | Path does not match |
| 26 | app_payement_success | /commande/merci/{stripe_session_id} | Path does not match |
| 27 | app_product | /produit/{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.