Routing
single_article
Matched route
Route Parameters
Name | Value |
---|---|
id | "12" |
slug | "jak-zlozyc-reklamacje" |
Route Matching Logs
Path to match:
/art/12/jak-zlozyc-reklamacje
# | Route name | Path | Log |
---|---|---|---|
1 | edit_delivery_address | /edit-delivery-address/{id}/{accountManagement} | Path does not match |
2 | add_delivery_address | /add-delivery-address/{userId}/{accountManagement} | Path does not match |
3 | set_default_delivery_address | /set-default-address-delivery-address/{address}/{accountManagement} | Path does not match |
4 | edit_invoice_address | /edit-invoice-address/{id}/{accountManagement} | Path does not match |
5 | add_invoice_address | /add-invoice-address/{userId}/{accountManagement} | Path does not match |
6 | set_default_invoice_address | /set-default-address-invoice-address/{address}/{accountManagement} | Path does not match |
7 | register | /register | Path does not match |
8 | register_login | /register-login | Path does not match |
9 | my_account | /account/my | Path does not match |
10 | account_order_details | /account/order-details/{code} | Path does not match |
11 | register_confirmation | /account/register-confirm/{token} | Path does not match |
12 | account_address_amanagement | /account/address-managament | Path does not match |
13 | account_settings | /account/settings | Path does not match |
14 | account_password_change_redirect | /account/password-change-redirect | Path does not match |
15 | download_invoice | /account/my/download-invoice/{id}/{code} | Path does not match |
16 | download_pro_forma_invoice | /account/my/download-invoice-pro-forma/{id}/{code} | Path does not match |
17 | account_documents | /account/my/documents | Path does not match |
18 | finish_order | /account/finish/finish-my-order/{id} | Path does not match |
19 | news_store | /news | Path does not match |
20 | single_article | /art/{id}/{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.