Routing
login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_api | /api/ | Path does not match |
| 2 | api_get_poste_infos | /api/get_poste_infos | Path does not match |
| 3 | api_set_poste_vacation | /api/set_poste_vacation | Path does not match |
| 4 | app_user_index | /user/ | Path does not match |
| 5 | app_user_new | /user/new | Path does not match |
| 6 | app_user_show | /user/{id} | Path does not match |
| 7 | app_user_edit | /user/{id}/edit | Path does not match |
| 8 | app_user_delete | /user/{id} | Path does not match |
| 9 | company_index | /company/ | Path does not match |
| 10 | company_edit | /company/{id}/edit | Path does not match |
| 11 | company_new | /company/new | Path does not match |
| 12 | company_show | /company/{id} | Path does not match |
| 13 | company_delete | /company/{id} | Path does not match |
| 14 | app_get_localite | /dashboard/json/localite/{id} | Path does not match |
| 15 | app_get_localities | /dashboard/json/localities | Path does not match |
| 16 | app_get_postes | /dashboard/json/postes | Path does not match |
| 17 | app_get_allPostes_vacations | /dashboard/json/allpostes/vacations | Path does not match |
| 18 | app_get_vacations | /dashboard/json/date/{id} | Path does not match |
| 19 | app_demande_vacation_index | /demande/vacation/ | Path does not match |
| 20 | app_demande_vacation_new | /demande/vacation/new | Path does not match |
| 21 | app_demande_vacation_show | /demande/vacation/{id} | Path does not match |
| 22 | app_demande_vacation_edit | /demande/vacation/{id}/edit | Path does not match |
| 23 | app_demande_vacation_delete | /demande/vacation/{id} | Path does not match |
| 24 | app_device_index | /device/ | Path does not match |
| 25 | app_device_new | /device/new | Path does not match |
| 26 | app_device_show | /device/{id} | Path does not match |
| 27 | app_device_edit | /device/{id}/edit | Path does not match |
| 28 | app_device_delete | /device/{id} | Path does not match |
| 29 | app_device_desactivate | /device/desactivate/{id} | Path does not match |
| 30 | app_device_activate | /device/activate/{id} | Path does not match |
| 31 | app_employee_index | /employee/ | Path does not match |
| 32 | app_employee_new | /employee/new | Path does not match |
| 33 | app_employee_show | /employee/{id} | Path does not match |
| 34 | app_employee_edit | /employee/{id}/edit | Path does not match |
| 35 | app_employee_delete | /employee/{id} | Path does not match |
| 36 | home | /home | Path does not match |
| 37 | dashboard | /dashboard | Path does not match |
| 38 | document_show | /docs/{id} | Path does not match |
| 39 | pwd_genaration | /pwdgenaration | Path does not match |
| 40 | app_localite_index | /localite/ | Path does not match |
| 41 | app_localite_new | /localite/new | Path does not match |
| 42 | app_localite_show | /localite/{id} | Path does not match |
| 43 | app_localite_edit | /localite/{id}/edit | Path does not match |
| 44 | app_localite_delete | /localite/{id} | Path does not match |
| 45 | 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.