Routing
app_category
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "sac-a-main" |
Route Matching Logs
Path to match:
/categorie/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} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.