Routing
shop_product
Matched route
Route Parameters
Name | Value |
---|---|
category_slug | "fleur-a-la-coupe" |
product_slug | "rose-sweet-avalanche-50cm" |
Route Matching Logs
Path to match:
/shop/fleur-a-la-coupe/rose-sweet-avalanche-50cm
# | Route name | Path | Log |
---|---|---|---|
1 | shop_category | /shop/{category_slug} | Path does not match |
2 | shop_product | /shop/{category_slug}/{product_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.