Routing
product_show
Matched route
Route Parameters
Name | Value |
---|---|
product_id | "74" |
product_slug | "scan-ngatif-couleur-3411" |
Route Matching Logs
Path to match:
/scan-ngatif-couleur-3411-74
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | Path does not match |
2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
3 | _wdt | /_wdt/{token} | Path does not match |
4 | _profiler_home | /_profiler/ | Path does not match |
5 | _profiler_search | /_profiler/search | Path does not match |
6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
11 | _profiler_open_file | /_profiler/open | Path does not match |
12 | _profiler | /_profiler/{token} | Path does not match |
13 | _profiler_router | /_profiler/{token}/router | Path does not match |
14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
16 | test_api_ping | /test-api/ping | Path does not match |
17 | test_api_products | /test-api/products | Path does not match |
18 | test_api_token_info | /test-api/token-info | Path does not match |
19 | test_api_set_fake_token | /test-api/set-fake-token | Path does not match |
20 | test_api_clear_tokens | /test-api/clear-tokens | Path does not match |
21 | test_api_builder_info | /test-api/builder-info | Path does not match |
22 | test_api_test_public_request | /test-api/test-public-request | Path does not match |
23 | test_api_test_auth_request | /test-api/test-auth-request | Path does not match |
24 | test_api_test_login_request | /test-api/test-login-request | Path does not match |
25 | test_api_handler_stats | /test-api/handler-stats | Path does not match |
26 | test_api_test_response_handler | /test-api/test-response-handler | Path does not match |
27 | test_api_test_list_handler | /test-api/test-list-handler | Path does not match |
28 | test_api_test_error_handler | /test-api/test-error-handler | Path does not match |
29 | test_api_test_complete_flow | /test-api/test-complete-flow | Path does not match |
30 | test_api_test_endpoints | /test-api/test-endpoints | Path does not match |
31 | test_api_info | /test-api/info | Path does not match |
32 | test_api_test_categories | /test-api/test-categories | Path does not match |
33 | test_api_test_gallery | /test-api/test-gallery | Path does not match |
34 | test_api_test_orders | /test-api/test-orders | Path does not match |
35 | test_api_test_shop_context | /test-api/test-shop-context | Path does not match |
36 | test_api_diagnose_auth_bug | /test-api/diagnose-auth-bug | Path does not match |
37 | test_api_test_login_flow | /test-api/test-login-flow | Path does not match |
38 | test_api_test_real_login | /test-api/test-real-login | Path does not match |
39 | test_api_test_api_me | /test-api/test-api-me | Path does not match |
40 | test_api_test_complete_real_login | /test-api/test-complete-real-login | Path does not match |
41 | test_api_test_api_url_fix | /test-api/test-api-url-fix | Path does not match |
42 | test_api_debug_jwt_cross_domain | /test-api/debug-jwt-cross-domain | Path does not match |
43 | auth_login | /auth/login | Path does not match |
44 | auth_logout | /auth/logout | Path does not match |
45 | auth_register | /auth/register | Path does not match |
46 | auth_profile | /auth/profile | Path does not match |
47 | cart_add | /cart/{shopId}/add | Path does not match |
48 | cart_update | /cart/{shopId}/update | Path does not match |
49 | cart_remove | /cart/{shopId}/remove | Path does not match |
50 | cart_count | /cart/{shopId}/count | Path does not match |
51 | cart_show | /cart/{shopId} | Path does not match |
52 | category_show | /boutique/{category_slug}-{category_id} | Path does not match |
53 | test_category | /test-category | Path does not match |
54 | checkout_summary | /checkout | Path does not match |
55 | checkout_confirm | /checkout/confirm | Path does not match |
56 | app_home | / | Path does not match |
57 | payment_test | /payment/test | Path does not match |
58 | payment_success | /payment/return/success | Path does not match |
59 | payment_failure | /payment/return/failure | Path does not match |
60 | product_show | /{product_slug}-{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.