Routing
manager_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | 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 | api_equipements_index | /api/equipements | Path does not match |
| 17 | api_equipements_disponibles | /api/equipements/disponibles | Path does not match |
| 18 | api_equipement_show | /api/equipements/{id} | Path does not match |
| 19 | api_equipement_create | /api/equipements | Path does not match |
| 20 | api_equipement_attribuer | /api/equipements/{id}/attribuer | Path does not match |
| 21 | api_equipement_creer_attribuer | /api/equipements/creer-attribuer | Path does not match |
| 22 | api_equipement_liberer | /api/equipements/{id}/liberer | Path does not match |
| 23 | api_login | /api/login | Path does not match |
| 24 | api_personnes_index | /api/personnes | Path does not match |
| 25 | api_personnes_my | /api/personnes/mes-personnes | Path does not match |
| 26 | api_personnes_create | /api/personnes | Path does not match |
| 27 | api_personnes_show | /api/personnes/{id} | Path does not match |
| 28 | api_personnes_update | /api/personnes/{id} | Path does not match |
| 29 | api_personnes_delete | /api/personnes/{id} | Path does not match |
| 30 | manager_agents | /manager/agents | Path does not match |
| 31 | manager_agents_new | /manager/agents/nouveau | Path does not match |
| 32 | manager_agents_edit | /manager/agents/{id}/modifier | Path does not match |
| 33 | manager_agents_toggle | /manager/agents/{id}/toggle | Path does not match |
| 34 | manager_dashboard | /manager | Path does not match |
| 35 | manager_equipements | /manager/equipements | Path does not match |
| 36 | manager_equipement_show | /manager/equipements/{id} | Path does not match |
| 37 | manager_equipements_export | /manager/equipements/export | Path does not match |
| 38 | manager_personnes | /manager/personnes | Path does not match |
| 39 | manager_personne_show | /manager/personnes/{id} | Path does not match |
| 40 | manager_personnes_export | /manager/personnes/export | Path does not match |
| 41 | manager_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.