Routing
home
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_search_results | /_profiler/{token}/search/results | Path does not match |
| 8 | _profiler_open_file | /_profiler/open | Path does not match |
| 9 | _profiler | /_profiler/{token} | Path does not match |
| 10 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 13 | liste_employes | /liste-des-employes | Path does not match |
| 14 | ajout_employes | /ajout-des-employes | Path does not match |
| 15 | edit_employe | /{id}/Modification-des-employes | Path does not match |
| 16 | delete_employe | /{id}/Suppression-des-employes | Path does not match |
| 17 | home_back | /Accueil | Path does not match |
| 18 | tableau_de_bord | /tableau-de-bord | Path does not match |
| 19 | profil_user | /profil | Path does not match |
| 20 | liste_messages | /liste-des-messages | Path does not match |
| 21 | lire_message | /{id}/lire-message | Path does not match |
| 22 | delete_message | /suppression-des-messages | Path does not match |
| 23 | tout_message | /tout-messages | Path does not match |
| 24 | message_lu | /messages-lus | Path does not match |
| 25 | message_non_lu | /messages-non-lus | Path does not match |
| 26 | app_login | /connexion | Path does not match |
| 27 | app_logout | /logout | Path does not match |
| 28 | liste_admin | /liste-des-administrateurs | Path does not match |
| 29 | ajout_admin | /ajouter-un-administrateur | Path does not match |
| 30 | edit_admin | /{id}/modification | Path does not match |
| 31 | admin_delete | /{id}/delete-admin | Path does not match |
| 32 | profil_edit | /modification-de-profile | Path does not match |
| 33 | password | /modifier-mot-de-passe | Path does not match |
| 34 | forgot_password | /forgot_password | Path does not match |
| 35 | change_password | /change_password | Path does not match |
| 36 | liste_user | /liste-des-utilisateurs | Path does not match |
| 37 | ajout_user | /ajouter-un-utilisateur | Path does not match |
| 38 | home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.