Routing
app_dashboard
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "it" |
Route Matching Logs
Path to match:
/it/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_dashboard | /{_locale}/admin | Path does not match |
| 2 | admin_applications_index | /{_locale}/admin/applications | Path does not match |
| 3 | admin_applications_data | /{_locale}/admin/applications/data | Path does not match |
| 4 | admin_applications_new | /{_locale}/admin/applications/new | Path does not match |
| 5 | admin_applications_edit | /{_locale}/admin/applications/{id}/edit | Path does not match |
| 6 | admin_applications_delete | /{_locale}/admin/applications/{id}/delete | Path does not match |
| 7 | admin_companies_index | /{_locale}/admin/companies | Path does not match |
| 8 | admin_companies_data | /{_locale}/admin/companies/data | Path does not match |
| 9 | admin_companies_new | /{_locale}/admin/companies/new | Path does not match |
| 10 | admin_companies_show | /{_locale}/admin/companies/{company_id} | Path does not match |
| 11 | admin_companies_edit | /{_locale}/admin/companies/{company_id}/edit | Path does not match |
| 12 | admin_companies_delete | /{_locale}/admin/companies/{company_id}/delete | Path does not match |
| 13 | admin_company_applications_index | /{_locale}/admin/company-applications | Path does not match |
| 14 | admin_company_applications_data | /{_locale}/admin/company-applications/data | Path does not match |
| 15 | admin_company_applications_new | /{_locale}/admin/company-applications/new | Path does not match |
| 16 | admin_company_applications_delete | /{_locale}/admin/company-applications/{id}/delete | Path does not match |
| 17 | admin_user_company_index | /{_locale}/admin/user-company | Path does not match |
| 18 | admin_user_company_data | /{_locale}/admin/user-company/data | Path does not match |
| 19 | admin_users_index | /{_locale}/admin/users | Path does not match |
| 20 | admin_users_data | /{_locale}/admin/users/data | Path does not match |
| 21 | admin_users_new | /{_locale}/admin/users/new | Path does not match |
| 22 | admin_users_show | /{_locale}/admin/users/{user_id} | Path does not match |
| 23 | admin_users_edit | /{_locale}/admin/users/{user_id}/edit | Path does not match |
| 24 | admin_users_delete | /{_locale}/admin/users/{user_id}/delete | Path does not match |
| 25 | app_register_check_email | /{_locale}/register/check-email | Path does not match |
| 26 | app_forgot_password | /{_locale}/forgot-password | Path does not match |
| 27 | app_register | /{_locale}/register | Path does not match |
| 28 | app_reset_password | /{_locale}/reset-password | Path does not match |
| 29 | app_verify_email | /{_locale}/verify-email | Path does not match |
| 30 | app_login | /{_locale}/login | Path does not match |
| 31 | app_login_2fa | /{_locale}/login/2fa | Path does not match |
| 32 | app_login_2fa_resend | /{_locale}/login/2fa/resend | Path does not match |
| 33 | app_logout | /{_locale}/logout | Path does not match |
| 34 | app_company_switch | /{_locale}/company/switch | Path does not match |
| 35 | app_dashboard | /{_locale}/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.