Routing
app_shop
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/shop
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_doc | /api/docs.{_format} | Path does not match |
| 2 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 3 | api_validation_errors | /api/validation_errors/{id} | Path does not match |
| 4 | api_entrypoint | /api/{index}.{_format} | Path does not match |
| 5 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
| 6 | _api_errors | /api/errors/{status}.{_format} | Path does not match |
| 7 | _api_validation_errors_problem | /api/validation_errors/{id} | Path does not match |
| 8 | _api_validation_errors_hydra | /api/validation_errors/{id} | Path does not match |
| 9 | _api_validation_errors_jsonapi | /api/validation_errors/{id} | Path does not match |
| 10 | _api_validation_errors_xml | /api/validation_errors/{id} | Path does not match |
| 11 | _api_/categories/{id}{._format}_get | /api/categories/{id}.{_format} | Path does not match |
| 12 | _api_/categories{._format}_get_collection | /api/categories.{_format} | Path does not match |
| 13 | _api_/categories{._format}_post | /api/categories.{_format} | Path does not match |
| 14 | _api_/categories/{id}{._format}_patch | /api/categories/{id}.{_format} | Path does not match |
| 15 | _api_/categories/{id}{._format}_delete | /api/categories/{id}.{_format} | Path does not match |
| 16 | _api_/products/{id}{._format}_get | /api/products/{id}.{_format} | Path does not match |
| 17 | _api_/products{._format}_get_collection | /api/products.{_format} | Path does not match |
| 18 | _api_/products{._format}_post | /api/products.{_format} | Path does not match |
| 19 | _api_/products/{id}{._format}_patch | /api/products/{id}.{_format} | Path does not match |
| 20 | _api_/products/{id}{._format}_delete | /api/products/{id}.{_format} | Path does not match |
| 21 | _api_/product_attributes/{id}{._format}_get | /api/product_attributes/{id}.{_format} | Path does not match |
| 22 | _api_/product_attributes{._format}_get_collection | /api/product_attributes.{_format} | Path does not match |
| 23 | _api_/product_attributes{._format}_post | /api/product_attributes.{_format} | Path does not match |
| 24 | _api_/product_attributes/{id}{._format}_patch | /api/product_attributes/{id}.{_format} | Path does not match |
| 25 | _api_/product_attributes/{id}{._format}_delete | /api/product_attributes/{id}.{_format} | Path does not match |
| 26 | _api_/orders/{id}{._format}_get | /api/orders/{id}.{_format} | Path does not match |
| 27 | _api_/orders{._format}_get_collection | /api/orders.{_format} | Path does not match |
| 28 | _api_/orders{._format}_post | /api/orders.{_format} | Path does not match |
| 29 | _api_/orders/{id}{._format}_patch | /api/orders/{id}.{_format} | Path does not match |
| 30 | _api_/orders/{id}{._format}_delete | /api/orders/{id}.{_format} | Path does not match |
| 31 | _api_/order_items/{id}{._format}_get | /api/order_items/{id}.{_format} | Path does not match |
| 32 | _api_/order_items{._format}_get_collection | /api/order_items.{_format} | Path does not match |
| 33 | _api_/order_items{._format}_post | /api/order_items.{_format} | Path does not match |
| 34 | _api_/order_items/{id}{._format}_patch | /api/order_items/{id}.{_format} | Path does not match |
| 35 | _api_/order_items/{id}{._format}_delete | /api/order_items/{id}.{_format} | Path does not match |
| 36 | _api_/users/{id}{._format}_get | /api/users/{id}.{_format} | Path does not match |
| 37 | _api_/users{._format}_get_collection | /api/users.{_format} | Path does not match |
| 38 | _api_/users{._format}_post | /api/users.{_format} | Path does not match |
| 39 | _api_/users/{id}{._format}_patch | /api/users/{id}.{_format} | Path does not match |
| 40 | _api_/users/{id}{._format}_delete | /api/users/{id}.{_format} | Path does not match |
| 41 | admin_dashboard | /admin | Path does not match |
| 42 | admin_dashboard_category_index | /admin/category | Path does not match |
| 43 | admin_dashboard_category_new | /admin/category/new | Path does not match |
| 44 | admin_dashboard_category_batch_delete | /admin/category/batch-delete | Path does not match |
| 45 | admin_dashboard_category_autocomplete | /admin/category/autocomplete | Path does not match |
| 46 | admin_dashboard_category_render_filters | /admin/category/render-filters | Path does not match |
| 47 | admin_dashboard_category_edit | /admin/category/{entityId}/edit | Path does not match |
| 48 | admin_dashboard_category_delete | /admin/category/{entityId}/delete | Path does not match |
| 49 | admin_dashboard_category_detail | /admin/category/{entityId} | Path does not match |
| 50 | admin_dashboard_order_index | /admin/order | Path does not match |
| 51 | admin_dashboard_order_new | /admin/order/new | Path does not match |
| 52 | admin_dashboard_order_batch_delete | /admin/order/batch-delete | Path does not match |
| 53 | admin_dashboard_order_autocomplete | /admin/order/autocomplete | Path does not match |
| 54 | admin_dashboard_order_render_filters | /admin/order/render-filters | Path does not match |
| 55 | admin_dashboard_order_edit | /admin/order/{entityId}/edit | Path does not match |
| 56 | admin_dashboard_order_delete | /admin/order/{entityId}/delete | Path does not match |
| 57 | admin_dashboard_order_detail | /admin/order/{entityId} | Path does not match |
| 58 | admin_dashboard_product_index | /admin/product | Path does not match |
| 59 | admin_dashboard_product_new | /admin/product/new | Path does not match |
| 60 | admin_dashboard_product_batch_delete | /admin/product/batch-delete | Path does not match |
| 61 | admin_dashboard_product_autocomplete | /admin/product/autocomplete | Path does not match |
| 62 | admin_dashboard_product_render_filters | /admin/product/render-filters | Path does not match |
| 63 | admin_dashboard_product_edit | /admin/product/{entityId}/edit | Path does not match |
| 64 | admin_dashboard_product_delete | /admin/product/{entityId}/delete | Path does not match |
| 65 | admin_dashboard_product_detail | /admin/product/{entityId} | Path does not match |
| 66 | admin_dashboard_user_index | /admin/user | Path does not match |
| 67 | admin_dashboard_user_new | /admin/user/new | Path does not match |
| 68 | admin_dashboard_user_batch_delete | /admin/user/batch-delete | Path does not match |
| 69 | admin_dashboard_user_autocomplete | /admin/user/autocomplete | Path does not match |
| 70 | admin_dashboard_user_render_filters | /admin/user/render-filters | Path does not match |
| 71 | admin_dashboard_user_edit | /admin/user/{entityId}/edit | Path does not match |
| 72 | admin_dashboard_user_delete | /admin/user/{entityId}/delete | Path does not match |
| 73 | admin_dashboard_user_detail | /admin/user/{entityId} | Path does not match |
| 74 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 75 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 76 | _wdt | /_wdt/{token} | Path does not match |
| 77 | _profiler_home | /_profiler/ | Path does not match |
| 78 | _profiler_search | /_profiler/search | Path does not match |
| 79 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 80 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 81 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 82 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 83 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 84 | _profiler_open_file | /_profiler/open | Path does not match |
| 85 | _profiler | /_profiler/{token} | Path does not match |
| 86 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 87 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 88 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 89 | admin_login | /admin/login | Path does not match |
| 90 | admin_logout | /admin/logout | Path does not match |
| 91 | api_login_check_action | /api/login_check | Path does not match |
| 92 | app_cart | /cart | Path does not match |
| 93 | app_cart_add | /cart/add/{id} | Path does not match |
| 94 | app_cart_remove | /cart/remove/{id} | Path does not match |
| 95 | app_cart_update | /cart/update/{id} | Path does not match |
| 96 | app_cart_clear | /cart/clear | Path does not match |
| 97 | app_checkout | /checkout | Path does not match |
| 98 | app_checkout_place_order | /checkout/place-order | Path does not match |
| 99 | app_contact | /contact | Path does not match |
| 100 | app_home | / | Path does not match |
| 101 | auth_github | /auth/github | Path does not match |
| 102 | auth_github_callback | /auth/github/callback | Path does not match |
| 103 | auth_google | /auth/google | Path does not match |
| 104 | auth_google_callback | /auth/google/callback | Path does not match |
| 105 | app_bestseller | /bestseller | Path does not match |
| 106 | app_product_show | /product/{id} | Path does not match |
| 107 | app_register | /register | Path does not match |
| 108 | app_login | /login | Path does not match |
| 109 | app_logout | /logout | Path does not match |
| 110 | app_shop | /shop | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.