Routing
app.fo.category.show
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "clothing-collection" |
| type | "collection-2026" |
Route Matching Logs
Path to match:
/collection-2026/clothing-collection
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 3 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 4 | _wdt | /_wdt/{token} | Path does not match |
| 5 | _profiler_home | /_profiler/ | Path does not match |
| 6 | _profiler_search | /_profiler/search | Path does not match |
| 7 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 8 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 9 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 10 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 11 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 12 | _profiler_open_file | /_profiler/open | Path does not match |
| 13 | _profiler | /_profiler/{token} | Path does not match |
| 14 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 15 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 16 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 17 | app.fo.index | / | Path does not match |
| 18 | app.fo.checkout | /checkout | Path does not match |
| 19 | app.fo.contact | /contact | Path does not match |
| 20 | app.fo.fo.featured.categories | /featured/categories | Path does not match |
| 21 | app.admin.billing.index | /admin/billing/ | Path does not match |
| 22 | app.admin.billing.edit | /admin/billing/edit/{id} | Path does not match |
| 23 | app.admin.dashboard.index | /admin/dashboard | Path does not match |
| 24 | app.admin.category.index | /admin/category/ | Path does not match |
| 25 | app.admin.category.toggle_featured | /admin/category/toggle-featured/{id} | Path does not match |
| 26 | app.admin.category.new | /admin/category/new | Path does not match |
| 27 | app.admin.category.edit | /admin/category/edit/{id} | Path does not match |
| 28 | app.admin.product.index | /admin/product/list-{type} | Path does not match |
| 29 | app.admin.product.new | /admin/product/new-{type} | Path does not match |
| 30 | app.admin.product.edit | /admin/product/edit-{type}/{id} | Path does not match |
| 31 | app.admin.product.upload.image | /admin/product/upload-image/{id} | Path does not match |
| 32 | app.admin.product.get.image | /admin/product/get-image/{id} | Path does not match |
| 33 | app.admin.product.delete | /admin/product/delete/{id} | Path does not match |
| 34 | app.admin.product.images_delete | /admin/product/delete-image/{id} | Path does not match |
| 35 | app.admin.user.index | /admin/user/ | Path does not match |
| 36 | app.admin.user.new | /admin/user/new | Path does not match |
| 37 | app.admin.user.edit | /admin/user/edit/{id} | Path does not match |
| 38 | app.admin.user.profile | /admin/user/profile | Path does not match |
| 39 | app.admin.user.delete | /admin/user/delete/{id} | Path does not match |
| 40 | app.admin.user.send_login | /admin/user/admin/user/{id}/send-login | Path does not match |
| 41 | app.admin.user.send_all_login | /admin/user/send-all-login | Path does not match |
| 42 | billing.index | /billing/ | Path does not match |
| 43 | billing.edit | /billing/edit/{id} | Path does not match |
| 44 | dashboard.index | /dashboard | Path does not match |
| 45 | category.index | /category/ | Path does not match |
| 46 | category.toggle_featured | /category/toggle-featured/{id} | Path does not match |
| 47 | category.new | /category/new | Path does not match |
| 48 | category.edit | /category/edit/{id} | Path does not match |
| 49 | product.index | /product/list-{type} | Path does not match |
| 50 | product.new | /product/new-{type} | Path does not match |
| 51 | product.edit | /product/edit-{type}/{id} | Path does not match |
| 52 | product.upload.image | /product/upload-image/{id} | Path does not match |
| 53 | product.get.image | /product/get-image/{id} | Path does not match |
| 54 | product.delete | /product/delete/{id} | Path does not match |
| 55 | product.images_delete | /product/delete-image/{id} | Path does not match |
| 56 | user.index | /user/ | Path does not match |
| 57 | user.new | /user/new | Path does not match |
| 58 | user.edit | /user/edit/{id} | Path does not match |
| 59 | user.profile | /user/profile | Path does not match |
| 60 | user.delete | /user/delete/{id} | Path does not match |
| 61 | user.send_login | /user/admin/user/{id}/send-login | Path does not match |
| 62 | user.send_all_login | /user/send-all-login | Path does not match |
| 63 | checkout | /checkout | Path does not match |
| 64 | contact | /contact | Path does not match |
| 65 | fo.featured.categories | /featured/categories | Path does not match |
| 66 | index | / | Path does not match |
| 67 | app_login | /login | Path does not match |
| 68 | app_logout | /logout | Path does not match |
| 69 | app.fo.category.show | /{type}/{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.