Routing
account_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 | /_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_search_results | /_profiler/{token}/search/results | Path does not match |
| 9 | _profiler_open_file | /_profiler/open | Path does not match |
| 10 | _profiler | /_profiler/{token} | Path does not match |
| 11 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 14 | ce_index | /ce/ | Path does not match |
| 15 | ce_new | /ce/soumission | Path does not match |
| 16 | ce_show | /ce/{id} | Path does not match |
| 17 | ce_edit | /ce/{id}/modifier | Path does not match |
| 18 | ce_delete | /ce/{id}/supprimer | Path does not match |
| 19 | ce_download | /ce/telecharger/{id} | Path does not match |
| 20 | cv_index | /cv/ | Path does not match |
| 21 | cv_new | /cv/soumission | Path does not match |
| 22 | cv_show | /cv/{id} | Path does not match |
| 23 | cv_edit | /cv/modifier/{id} | Path does not match |
| 24 | cv_delete | /cv/supprimer/{id} | Path does not match |
| 25 | cv_download | /cv/telecharger/{id} | Path does not match |
| 26 | admin_dashboard | /tableau-de-bord | Path does not match |
| 27 | user_index | /admin/utilisateur/ | Path does not match |
| 28 | user_suspend | /admin/utilisateur/desactives | Path does not match |
| 29 | user_show | /admin/utilisateur/{slug} | Path does not match |
| 30 | user_edit | /admin/utilisateur/modifier/{slug} | Path does not match |
| 31 | user_password_edit | /admin/utilisateur/modifier/mot-de-passe/{slug} | Path does not match |
| 32 | user_delete | /admin/utilisateur/supprimer/{id} | Path does not match |
| 33 | user_suspended | /admin/utilisateur/suspendre/{slug} | Path does not match |
| 34 | user_active | /admin/utilisateur/activer/{slug} | Path does not match |
| 35 | user_create | /admin/utilisateur/creation/entreprise | Path does not match |
| 36 | user_admin_create | /admin/utilisateur/creation/administrateur | Path does not match |
| 37 | account_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.