Routing
product_show
Matched route
Route Parameters
Name | Value |
---|---|
id | "3" |
Route Matching Logs
Path to match:
/product/3
# | Route name | Path | Log |
---|---|---|---|
1 | app_login | /login | Path does not match |
2 | app_logout | /logout | Path does not match |
3 | app_product | /market | Path does not match |
4 | create_product | /product/create | Path does not match |
5 | product_show | /product/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.