Routing
login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | Path does not match |
2 | bazinga_jstranslation_js | /translations/{domain}.{_format} | 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_search_results | /_profiler/{token}/search/results | Path does not match |
9 | _profiler_open_file | /_profiler/open | Path does not match |
10 | _profiler | /_profiler/{token} | Path does not match |
11 | _profiler_router | /_profiler/{token}/router | Path does not match |
12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
14 | shop_beneficiary | /shop/mt_control/beneficiary | Path does not match |
15 | shop_beneficiary_async | /shop/mt_control/beneficiary/async | Path does not match |
16 | shop_add_beneficiary | /shop/mt_control/beneficiary | Path does not match |
17 | shop_add_beneficiary_payment_institute | /shop/mt_control/beneficiary/payment_institute | Path does not match |
18 | shop_edit_beneficiary | /shop/mt_control/beneficiary/edit | Path does not match |
19 | change_money | /shop/change_money/ | Path does not match |
20 | change_money_report | /shop/change_money/report | Path does not match |
21 | change_money_settings | /shop/change_money/settings | Path does not match |
22 | shop_client | /shop/mt_control/client | Path does not match |
23 | shop_client_async | /shop/mt_control/client/async | Path does not match |
24 | shop_add_client | /shop/mt_control/client | Path does not match |
25 | shop_add_client_payment_institute | /shop/mt_control/client/payment_institute | Path does not match |
26 | shop_test | /shop/mt_control/test | Path does not match |
27 | shop_edit_client | /shop/mt_control/client/edit | Path does not match |
28 | shop_patch_client | /shop/mt_control/client/edit | Path does not match |
29 | dashboard | /dashboard | Path does not match |
30 | cities_list | /cities/{country} | Path does not match |
31 | super_admin_limits_async | /super_admin/limits/async | Path does not match |
32 | shop_document_async | /shop/mt_control/document/{client} | Path does not match |
33 | shop_add_document | /shop/mt_control/document | Path does not match |
34 | shop_edit_document | /shop/mt_control/document/edit | Path does not match |
35 | shop_document_delete | /shop/mt_control/document/{document} | Path does not match |
36 | login | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.