Routing
show_category
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "navolochki-khlopok-satin" |
Route Matching Logs
Path to match:
/category/navolochki-khlopok-satin
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | account_profile | /my/profile | Path does not match |
| 2 | account_orders | /my/orders | Path does not match |
| 3 | account_questions | /my/questions | Path does not match |
| 4 | account_favorites | /my/favorites | Path does not match |
| 5 | account_bonuses | /my/bonuses | Path does not match |
| 6 | account_reviews | /my/reviews | Path does not match |
| 7 | account | /my | Path does not match |
| 8 | account_render_orders | /my/orders/sort/{param} | Path does not match |
| 9 | account_get_review | /my/product/{id}/review | Path does not match |
| 10 | account_add_review | /my/product/{id}/review | Path does not match |
| 11 | update_profile | /my/profile | Path does not match |
| 12 | api_orders | /api/v1/orders | Path does not match |
| 13 | api_customers | /api/v1/customers | Path does not match |
| 14 | api_review_request | /api/v1/reviewRequest | Path does not match |
| 15 | articles | /articles | Path does not match |
| 16 | show_article | /articles/{slug} | Path does not match |
| 17 | auth_phone_confirm_request | /auth/phone-confirm | Path does not match |
| 18 | auth_phone_confirm | /auth/phone/confirm | Path does not match |
| 19 | auth_login_call_check | /auth/login-call-check | Path does not match |
| 20 | auth_login_call | /auth/login-call | Path does not match |
| 21 | auth_login | /auth/login | Path does not match |
| 22 | auth_register | /auth/register | Path does not match |
| 23 | register_code_send | /auth/register/code/send | Path does not match |
| 24 | auth_login_page | /auth/login | Path does not match |
| 25 | auth_register_page | /auth/register | Path does not match |
| 26 | customer_logout | /auth/logout | Path does not match |
| 27 | brands | /brands | Path does not match |
| 28 | quick_view | /quick/{id} | Path does not match |
| 29 | show_product | /product/{slug} | Path does not match |
| 30 | show_category | /category/{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.