Routing
shop.category.show
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "de" |
| id | "87" |
| name | "geschenkideen" |
| page | "3" |
| shop_id | "5" |
Route Matching Logs
Path to match:
/de/kategorie/geschenkideen.5-87/3
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api.v1.upload | /api/v1/upload/{type}/{id} | Path does not match |
| 2 | shop.article.index.de | /de/artikel.{shop_id} | Path does not match |
| 3 | shop.article.index.en | /en/article.{shop_id} | Path does not match |
| 4 | shop.article.listing.de | /de/artikel/rid/{rids}/{page} | Path does not match |
| 5 | shop.article.listing.en | /en/article/rid/{rids}/{page} | Path does not match |
| 6 | shop.article.miniscore.de | /de/artikel/miniscore/{rid} | Path does not match |
| 7 | shop.article.miniscore.en | /en/article/miniscore/{rid} | Path does not match |
| 8 | shop.article.newest.de | /de/artikel.{shop_id}/neueste/{page} | Path does not match |
| 9 | shop.article.newest.en | /en/article.{shop_id}/newest/{page} | Path does not match |
| 10 | shop.article.show.de | /de/artikel/{musician}/{publisher}/{name}.{rid} | Path does not match |
| 11 | shop.article.show.en | /en/article/{musician}/{publisher}/{name}.{rid} | Path does not match |
| 12 | shop.cart.index.de | /de/warenkorb/ | Path does not match |
| 13 | shop.cart.index.en | /en/cart/ | Path does not match |
| 14 | shop.cart.add.de | /de/warenkorb/add/{id}-{kind_id} | Path does not match |
| 15 | shop.cart.add.en | /en/cart/add/{id}-{kind_id} | Path does not match |
| 16 | shop.cart.clear.de | /de/warenkorb/clear | Path does not match |
| 17 | shop.cart.clear.en | /en/cart/clear | Path does not match |
| 18 | shop.cart.upload.de | /de/warenkorb/upload | Path does not match |
| 19 | shop.cart.upload.en | /en/cart/upload | Path does not match |
| 20 | shop.cart.remove.de | /de/warenkorb/remove/{index} | Path does not match |
| 21 | shop.cart.remove.en | /en/cart/remove/{index} | Path does not match |
| 22 | shop.cart.set_country.de | /de/warenkorb/set_country/{id} | Path does not match |
| 23 | shop.cart.set_country.en | /en/cart/set_country/{id} | Path does not match |
| 24 | shop.cart.set_quantity.de | /de/warenkorb/set_quantity/{index}/{value} | Path does not match |
| 25 | shop.cart.set_quantity.en | /en/cart/set_quantity/{index}/{value} | Path does not match |
| 26 | shop.cart.set_version.de | /de/warenkorb/set_version/{index}/{value} | Path does not match |
| 27 | shop.cart.set_version.en | /en/cart/set_version/{index}/{value} | Path does not match |
| 28 | shop.catalog.index.de | /de/kataloge.{shop_id}/{page} | Path does not match |
| 29 | shop.catalog.index.en | /en/catalogs.{shop_id}/{page} | Path does not match |
| 30 | shop.catalog.show.de | /de/katalog/{name}.{rid} | Path does not match |
| 31 | shop.catalog.show.en | /en/catalog/{name}.{rid} | Path does not match |
| 32 | shop.catalog.newest.de | /de/kataloge.{shop_id}/neueste/{page} | Path does not match |
| 33 | shop.catalog.newest.en | /en/catalogs.{shop_id}/newest/{page} | Path does not match |
| 34 | shop.category.index.de | /de/kategorie/ | Path does not match |
| 35 | shop.category.index.en | /en/category/ | Path does not match |
| 36 | shop.category.show.de | /de/kategorie/{name}.{shop_id}-{id}/{page} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.