Routing
app_login
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "en" |
Route Matching Logs
Path to match:
/en/auth/login
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | Path does not match |
2 | ux_live_component | /_components/{_live_component}/{_live_action} | 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_homepage | /{_locale} | Path does not match |
17 | admin_dashboard | /{_locale}/admin/dashboard | Path does not match |
18 | backend_appliant | /{_locale}/backend/appliant | Path does not match |
19 | backend_appliant_delete | /{_locale}/backend/appliant/{id} | Path does not match |
20 | backend_category | /{_locale}/backend/category | Path does not match |
21 | backend_category_create | /{_locale}/backend/category/create | Path does not match |
22 | backend_category_edit | /{_locale}/backend/category/{id}/edit | Path does not match |
23 | backend_category_delete | /{_locale}/backend/category/{id} | Path does not match |
24 | backend_contact | /{_locale}/backend/contact | Path does not match |
25 | backend_contact_delete | /{_locale}/backend/contact/{id} | Path does not match |
26 | backend_orders | /{_locale}/backend/orders | Path does not match |
27 | backend_orders_state | /{_locale}/backend/orders/state | Path does not match |
28 | backend_orders_show | /{_locale}/backend/orders/{id} | Path does not match |
29 | backend_orders_delete | /{_locale}/backend/orders/{id} | Path does not match |
30 | backend_product | /{_locale}/backend/product | Path does not match |
31 | backend_product_create | /{_locale}/backend/product/create | Path does not match |
32 | backend_product_edit | /{_locale}/backend/product/{id}/edit | Path does not match |
33 | backend_product_product_promo | /{_locale}/backend/product/{id}/promo | Path does not match |
34 | backend_product_product_enabled | /{_locale}/backend/product/{id}/enabled | Path does not match |
35 | backend_product_delete | /{_locale}/backend/product/{id} | Path does not match |
36 | backend_product_image_delete | /{_locale}/backend/product/image/delete/{id} | Path does not match |
37 | backend_profile | /{_locale}/backend/profile | Path does not match |
38 | backend_profile_password | /{_locale}/backend/profile/password | Path does not match |
39 | backend_users | /{_locale}/backend/users | Path does not match |
40 | backend_users_create | /{_locale}/backend/users/create | Path does not match |
41 | backend_users_show | /{_locale}/backend/users/{id} | Path does not match |
42 | backend_users_edit | /{_locale}/backend/users/{id}/edit | Path does not match |
43 | backend_users_delete | /{_locale}/backend/users/{id} | Path does not match |
44 | app_account | /{_locale}/account | Path does not match |
45 | app_account_order | /{_locale}/account/orders/{uuid} | Path does not match |
46 | app_account_client | /{_locale}/account/client/{uuid} | Path does not match |
47 | app_appliant | /{_locale}/appliant | Path does not match |
48 | app_contact | /{_locale}/contact | Path does not match |
49 | app_industry | /{_locale}/industry | Path does not match |
50 | app_infra | /{_locale}/infrastructure | Path does not match |
51 | app_policy | /{_locale}/policy | Path does not match |
52 | backend_dashboard | /{_locale}/dashboard | Path does not match |
53 | app_job_offers | /{_locale}/job/offers | Path does not match |
54 | app_services | /{_locale}/services | Path does not match |
55 | app_training | /{_locale}/training | Path does not match |
56 | backend_login | /{_locale}/backend/login | Path does not match |
57 | app_password | /{_locale}/password | Path does not match |
58 | app_register | /{_locale}/register | Path does not match |
59 | app_activation | /{_locale}/activation | Path does not match |
60 | app_invalid | /{_locale}/invalid | Path does not match |
61 | app_verify_user | /{_locale}/verify/{token} | Path does not match |
62 | app_login | /{_locale}/auth/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.