Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_actions | /{_locale}/actions | Path does not match |
| 2 | app_actions_add | /{_locale}/actions/add | Path does not match |
| 3 | app_actions_edit | /{_locale}/actions/edit/{id} | Path does not match |
| 4 | app_actions_delete | /{_locale}/actions/delete/{id} | Path does not match |
| 5 | ads_list | /back/office/ads/list | Path does not match |
| 6 | ads_new | /back/office/ads/new | Path does not match |
| 7 | ads_create | /back/office/ads/create | Path does not match |
| 8 | ads_edit | /back/office/ads/edit/{id} | Path does not match |
| 9 | app_back_office_assign_roles | /{_locale}/back/office/assign/roles-permissions/list | Path does not match |
| 10 | app_back_office_assign_roles_edit | /{_locale}/back/office/assign/roles-permissions/edit | Path does not match |
| 11 | app_back_office_assign_roles_delete | /{_locale}/back/office/assign/roles-permissions/delete | Path does not match |
| 12 | app_dashboard | /{_locale}/dashboard | Path does not match |
| 13 | app_dashboard_add | /{_locale}/dashboard/add | Path does not match |
| 14 | app_dashboard_edit | /{_locale}/dashboard/edit/{id} | Path does not match |
| 15 | app_dashboard_delete | /{_locale}/dashboard/delete/{id} | Path does not match |
| 16 | app_parameter_fonctionnalités | /{_locale}/parameter/feature | Path does not match |
| 17 | app_parameter_feature_add | /{_locale}/parameter/feature/add | Path does not match |
| 18 | app_parameter_feature_edit | /{_locale}/parameter/feature/edit/{id} | Path does not match |
| 19 | app_parameter_feature_delete | /{_locale}/parameter/feature/delete/{id} | Path does not match |
| 20 | app_home | / | Path does not match |
| 21 | app_parameter_icĂ´nes | /{_locale}/parameter/icon | Path does not match |
| 22 | app_parameter_icon_add | /{_locale}/parameter/icon/add | Path does not match |
| 23 | app_parameter_icon_edit | /{_locale}/parameter/icon/edit/{id} | Path does not match |
| 24 | app_parameter_icon_delete | /{_locale}/parameter/icon/delete/{id} | Path does not match |
| 25 | app_parameter_langue | /{_locale}/parameter/language | Path does not match |
| 26 | app_parameter_language_add | /{_locale}/parameter/language/add | Path does not match |
| 27 | app_parameter_language_edit | /{_locale}/parameter/language/edit/{id} | Path does not match |
| 28 | app_parameter_language_delete | /{_locale}/parameter/language/delete/{id} | Path does not match |
| 29 | app_menu | /{_locale}/menu | Path does not match |
| 30 | app_menu_detail | /{_locale}/menu/detail/{id} | Path does not match |
| 31 | app_menu_add | /{_locale}/menu/add | Path does not match |
| 32 | app_menu_edit | /{_locale}/menu/edit/{id} | Path does not match |
| 33 | app_menu_delete | /{_locale}/menu/delete/{id} | Path does not match |
| 34 | app_offers | /{_locale}/offers | Path does not match |
| 35 | app_offers_add | /{_locale}/offers/add | Path does not match |
| 36 | app_offer_edit | /{_locale}/offers/edit/{id} | Path does not match |
| 37 | app_offer_delete | /{_locale}/offers/delete/{id} | Path does not match |
| 38 | app_parameter | /{_locale}/parameters | Path does not match |
| 39 | app_parameters_add | /{_locale}/parameters/add | Path does not match |
| 40 | app_parameters_edit | /{_locale}/parameters/edit/{id} | Path does not match |
| 41 | app_parameters_delete | /{_locale}/parameters/delete/{id} | Path does not match |
| 42 | app_partner_type | /{_locale}/partner/type | Path does not match |
| 43 | app_partner_type_add | /{_locale}/partner/type/add | Path does not match |
| 44 | app_partner_type_edit | /{_locale}/partner/type/edit/{id} | Path does not match |
| 45 | app_partner_type_delete | /{_locale}/partner/type/delete/{id} | Path does not match |
| 46 | app_remuneration | /{_locale}/remuneration | Path does not match |
| 47 | app_remuneration_add | /{_locale}/remuneration/add | Path does not match |
| 48 | app_remuneration_edit | /{_locale}/remuneration/edit/{id} | Path does not match |
| 49 | app_remuneration_delete | /{_locale}/remuneration/delete/{id} | Path does not match |
| 50 | app_role_dashboard | /{_locale}/dashboard/roles | Path does not match |
| 51 | app_role_dashboard_add | /{_locale}/dashboard/roles/add | Path does not match |
| 52 | app_role_dashboard_edit | /{_locale}/dashboard/role/edit/{id} | Path does not match |
| 53 | app_role_dashboard_delete | /{_locale}/dashboard/role/delete/{id} | Path does not match |
| 54 | app_back_office_roles_dashboard_store | /{_locale}/dashboard/role/store | Path does not match |
| 55 | app_back_office_roles_dashboard_update | /{_locale}/dashboard/role/update/{id} | Path does not match |
| 56 | app_partner | /{_locale}/role | Path does not match |
| 57 | app_partner_add | /{_locale}/role/add | Path does not match |
| 58 | app_partner_edit | /{_locale}/role/edit/{id} | Path does not match |
| 59 | app_partner_delete | /{_locale}/role/delete/{id} | Path does not match |
| 60 | app_back_office_roles | /{_locale}/back/office/roles-permissions/list | Path does not match |
| 61 | app_back_office_roles_new | /{_locale}/back/office/roles-permissions/new | Path does not match |
| 62 | app_back_office_roles_store | /{_locale}/back/office/roles-permissions/store | Path does not match |
| 63 | app_back_office_roles_edit | /{_locale}/back/office/roles-permissions/{id}/edit | Path does not match |
| 64 | app_back_office_roles_update | /{_locale}/back/office/roles-permissions/{id}/update | Path does not match |
| 65 | app_back_office_roles_delete | /{_locale}/back/office/roles-permissions/delete/{id} | Path does not match |
| 66 | app_login | /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.