Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | building_show | /dashboard/project/{projectId}/building/{id} | Path does not match |
| 16 | building_edit | /dashboard/project/{projectId}/building/{id}/edit | Path does not match |
| 17 | building_delete | /dashboard/project/{projectId}/building/{id}/delete | Path does not match |
| 18 | building_archive | /dashboard/project/{projectId}/building/{id}/archive | Path does not match |
| 19 | building_unarchive | /dashboard/project/{projectId}/building/{id}/unarchive | Path does not match |
| 20 | app_home | / | Path does not match |
| 21 | app_calendar | /dashboard | Path does not match |
| 22 | app_carte | /dashboard/carte/ | Path does not match |
| 23 | client_index | /dashboard/client/ | Path does not match |
| 24 | user_index | /dashboard/client/user | Path does not match |
| 25 | client_show | /dashboard/client/{id} | Path does not match |
| 26 | client_edit | /dashboard/client/{id}/edit | Path does not match |
| 27 | client_delete | /dashboard/client/{id}/delete | Path does not match |
| 28 | client_archive | /dashboard/client/{id}/archive | Path does not match |
| 29 | client_unarchive | /dashboard/client/{id}/unarchive | Path does not match |
| 30 | app_dashboard_statistiques | /dashboard/statistiques/ | Path does not match |
| 31 | discussion_index | /dashboard/chat/ | Path does not match |
| 32 | discussion_new | /dashboard/chat/new | Path does not match |
| 33 | discussion_show | /dashboard/chat/{id} | Path does not match |
| 34 | floor_show | /dashboard/building/{buildingId}/floor/{id} | Path does not match |
| 35 | floor_edit | /dashboard/building/{buildingId}/floor/{id}/edit | Path does not match |
| 36 | floor_delete | /dashboard/building/{buildingId}/floor/{id}/delete | Path does not match |
| 37 | floor_archive | /dashboard/building/{buildingId}/floor/{id}/archive | Path does not match |
| 38 | floor_unarchive | /dashboard/building/{buildingId}/floor/{id}/unarchive | Path does not match |
| 39 | update_floor | /dashboard/building/{buildingId}/floor/{id}/update | Path does not match |
| 40 | validate_by_designer | /dashboard/building/{buildingId}/floor/{id}/validate | Path does not match |
| 41 | send_alert_plan | /dashboard/building/{buildingId}/floor/{id}/send-alert-plan | Path does not match |
| 42 | get_logements_of_floors_to_print | /dashboard/building/{buildingId}/floor/{id}/logements | Path does not match |
| 43 | app_holidays | /dashboard/parameters/holidays/ | Path does not match |
| 44 | holidays_delete | /dashboard/parameters/holidays/{id}/delete | Path does not match |
| 45 | holidays_edit | /dashboard/parameters/holidays/edit/{id} | Path does not match |
| 46 | logement_show | /dashboard/building/{buildingId}/floor/{floorId}/logement/{id} | Path does not match |
| 47 | logement_edit | /dashboard/building/{buildingId}/floor/{floorId}/logement/{id}/edit | Path does not match |
| 48 | logement_delete | /dashboard/building/{buildingId}/floor/{floorId}/logement/{id}/delete | Path does not match |
| 49 | update_logement | /dashboard/building/{buildingId}/floor/{floorId}/logement/{id}/update | Path does not match |
| 50 | validate_logement_by_designer | /dashboard/building/{buildingId}/floor/{floorId}/logement/{id}/validate | Path does not match |
| 51 | notification_index | /dashboard/notifications/ | Path does not match |
| 52 | notification_mark_read | /dashboard/notifications/mark-read/{id} | Path does not match |
| 53 | notification_delete_all | /dashboard/notifications/delete-all | Path does not match |
| 54 | get_floor_pdf | /dashboard/building/{buildingId}/floor/{id}/get/pdf | Path does not match |
| 55 | project_show | /dashboard/client/{clientId}/project/{id} | Path does not match |
| 56 | project_edit | /dashboard/client/{clientId}/project/{id}/edit | Path does not match |
| 57 | project_delete | /dashboard/client/{clientId}/project/{id}/delete | Path does not match |
| 58 | project_archive | /dashboard/client/{clientId}/project/{id}/archive | Path does not match |
| 59 | project_unarchive | /dashboard/client/{clientId}/project/{id}/unarchive | Path does not match |
| 60 | 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.