Routing
show_article
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "pomosh-priutam" |
Route Matching Logs
Path to match:
/articles/pomosh-priutam
| # | 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} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.