Routing
(none)
Matched route
Route Matching Logs
Path to match:
/.env.production
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | Path does not match |
2 | _wdt_stylesheet | /_wdt/styles.css | 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 | app_account_range_index | /account/range/ | Path does not match |
17 | app_account_range_new | /account/range/new | Path does not match |
18 | app_account_range_show | /account/range/{id} | Path does not match |
19 | app_account_range_edit | /account/range/{id}/edit | Path does not match |
20 | app_account_range_delete | /account/range/{id} | Path does not match |
21 | admin | /admin | Path does not match |
22 | app_api | /api | Path does not match |
23 | app_api_test | /api/orders | Path does not match |
24 | app_api_auth | /api/auth | Path does not match |
25 | app_api_profil | /api/profil | Path does not match |
26 | app_api_payment | /api/payment | Path does not match |
27 | app_client | /client | Path does not match |
28 | app_client_detail | /client/detail/{id}/{formType}/{editId} | Path does not match |
29 | app_dashboard | /dashboard | Path does not match |
30 | app_home | / | Path does not match |
31 | app_mail | Path does not match | |
32 | app_member | /private/ | Path does not match |
33 | app_tradingAccount | /private/trading-account | Path does not match |
34 | app_tradingAccount_add | /private/add/trading-account | Path does not match |
35 | app_tradingAccount_edit | /privateedit/trading-account/{id} | Path does not match |
36 | app_payment | /private/payments | Path does not match |
37 | app_payment_add | /private/add/payment/{id} | Path does not match |
38 | app_contact | /privatecontact | Path does not match |
39 | app_tradingAccount_editTurbo | /privateedit/trading-account/{id}/turbo | Path does not match |
40 | app_tradingAccount_addTurbo | /private/add/trading-account/turbo | Path does not match |
41 | metaapi_stats | /api/meta | Path does not match |
42 | payment_paypal | /paypal/ | Path does not match |
43 | payment_status | /paypal/status/{checkout_ref_id} | Path does not match |
44 | payment_validate | /paypal/validate | Path does not match |
45 | app_payment_crud_index | /payment/crud/ | Path does not match |
46 | app_payment_crud_new | /payment/crud/new | Path does not match |
47 | app_payment_crud_show | /payment/crud/{id} | Path does not match |
48 | app_payment_crud_edit | /payment/crud/{id}/edit | Path does not match |
49 | app_payment_crud_delete | /payment/crud/{id} | Path does not match |
50 | app_price_index | /price/ | Path does not match |
51 | app_price_new | /price/new | Path does not match |
52 | app_price_show | /price/{id} | Path does not match |
53 | app_price_edit | /price/{id}/edit | Path does not match |
54 | app_price_delete | /price/{id} | Path does not match |
55 | app_profile | /profile | Path does not match |
56 | app_register | /register | Path does not match |
57 | app_verify_email | /verify/email | Path does not match |
58 | app_email_validation | /verify/email/success | Path does not match |
59 | app_login | /login | Path does not match |
60 | app_logout | /logout | Path does not match |
61 | app_trading_plans_index | /subscriptions/ | Path does not match |
62 | app_trading_plans_new | /subscriptions/new | Path does not match |
63 | app_trading_plans_show | /subscriptions/{id} | Path does not match |
64 | app_trading_plans_edit | /subscriptions/{id}/edit | Path does not match |
65 | app_trading_plans_delete | /subscriptions/{id} | Path does not match |
66 | app_user_crud_index | /admin-section/user/crud/ | Path does not match |
67 | admin_user_list | /admin-section/user/crud/admin | Path does not match |
68 | app_user_crud_new | /admin-section/user/crud/new | Path does not match |
69 | app_user_crud_show | /admin-section/user/crud/{id} | Path does not match |
70 | app_user_crud_edit | /admin-section/user/crud/{id}/edit | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.