Routing
(none)
Matched route
Route Matching Logs
Path to match:
/storage/logs/laravel.log
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | 2fa_login_check_admin | /admin/2fa_check | Path does not match |
| 2 | get_shopify_settings | /shopify/settings | Path does not match |
| 3 | get_shopify_setting | /shopify/settings/{id} | Path does not match |
| 4 | post_shopify_setting | /shopify/settings | Path does not match |
| 5 | put_shopify_setting | /shopify/settings/{id} | Path does not match |
| 6 | delete_shopify_setting | /shopify/settings/{id} | Path does not match |
| 7 | get_setting_shop | /shopify/settings/{id}/shop | Path does not match |
| 8 | sulu_media.website.image.proxy | /uploads/media/{slug} | Path does not match |
| 9 | sulu_media.website.media.download | /media/{id}/download/{slug} | Path does not match |
| 10 | sulu_media.website.media.download_admin | /admin/media/{id}/download/{slug} | Path does not match |
| 11 | sulu_search.website_search | /{prefix}search.{_format} | Path does not match |
| 12 | sulu_website.sitemap_index | /sitemap.xml | Path does not match |
| 13 | sulu_website.paginated_sitemap | /sitemaps/{alias}-{page}.xml | Path does not match |
| 14 | sulu_website.sitemap | /sitemaps/{alias}.xml | Path does not match |
| 15 | sulu_website.segment_switch | /_sulu_segment_switch | Path does not match |
| 16 | _preview_error | /{prefix}_error/{code}.{_format} | Path does not match |
| 17 | _wdt | /_wdt/{token} | Path does not match |
| 18 | _profiler_home | /_profiler/ | Path does not match |
| 19 | _profiler_search | /_profiler/search | Path does not match |
| 20 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 21 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 22 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 23 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 24 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 25 | _profiler_open_file | /_profiler/open | Path does not match |
| 26 | _profiler | /_profiler/{token} | Path does not match |
| 27 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 28 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 29 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 30 | app.get_brands | /admin/api/brands.{_format} | Path does not match |
| 31 | app.get_brand | /admin/api/brands/{id}.{_format} | Path does not match |
| 32 | app.post_brand | /admin/api/brands.{_format} | Path does not match |
| 33 | app.put_brand | /admin/api/brands/{id}.{_format} | Path does not match |
| 34 | app.delete_brand | /admin/api/brands/{id}.{_format} | Path does not match |
| 35 | app.get_shopify_settings | /admin/api/shopify/settings | Path does not match |
| 36 | app.get_shopify_setting | /admin/api/shopify/settings/{id} | Path does not match |
| 37 | app.post_shopify_setting | /admin/api/shopify/settings | Path does not match |
| 38 | app.put_shopify_setting | /admin/api/shopify/settings/{id} | Path does not match |
| 39 | app.delete_shopify_setting | /admin/api/shopify/settings/{id} | Path does not match |
| 40 | app.get_setting_shop | /admin/api/shopify/settings/{id}/shop | Path does not match |
| 41 | app.cget_products | /admin/api/products.{_format} | Path does not match |
| 42 | app.get_products | /admin/api/products/{id}.{_format} | Path does not match |
| 43 | app.post_products | /admin/api/products.{_format} | Path does not match |
| 44 | app.put_products | /admin/api/products/{id}.{_format} | Path does not match |
| 45 | app.delete_products | /admin/api/products/{id}.{_format} | Path does not match |
| 46 | app.cget_variants | /admin/api/variants.{_format} | Path does not match |
| 47 | app.get_variants | /admin/api/variants/{id}.{_format} | Path does not match |
| 48 | app.put_variants | /admin/api/variants/{id}.{_format} | Path does not match |
| 49 | app.post_variants | /admin/api/variants.{_format} | Path does not match |
| 50 | app.delete_variants | /admin/api/variants/{id}.{_format} | Path does not match |
| 51 | test | /test | Path does not match |
| 52 | test_graphql | /test-graphql | Path does not match |
| 53 | csv | /csv | Path does not match |
| 54 | vhost | /vhost | Path does not match |
| 55 | ssl | /ssl | Path does not match |
| 56 | image | /image | Path does not match |
| 57 | shopify_api_products_import | /admin/api/shopify/products/importer | Path does not match |
| 58 | shopify_api_products_import_progress | /admin/api/shopify/products/import/progress/{id} | Path does not match |
| 59 | shopify_shop_info | /admin/api/shopify/shop/info | Path does not match |
| 60 | shopify_shop_synchronize | /admin/api/shopify/shop/synchronize/{id} | Path does not match |
| 61 | shopify_shop_langues | /admin/api/shopify/shop/langues | Path does not match |
| 62 | shopify_shop_products | /admin/api/shopify/shop/products | Path does not match |
| 63 | brand_check_domain | /admin/api/brands/{id}/check-domain | Path does not match |
| 64 | brand_save_vhost | /admin/api/brands/{id}/save-vhost | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.