Routing
Accueil
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/accueil
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_article | /article | Path does not match |
| 2 | app_articles_par_categorie | /articles-par-categorie/{id} | Path does not match |
| 3 | app_articles_par_categorie_vide | /articles-par-categorie-vide/{id} | Path does not match |
| 4 | app_categorie | /categorie | Path does not match |
| 5 | add_friend | /add-friend/{id} | Path does not match |
| 6 | remove_friend | /remove-friend/{id} | Path does not match |
| 7 | app_lancer_un_post | /lancerunpost | Path does not match |
| 8 | afficher_les_posts | /afficherLesPosts | Path does not match |
| 9 | app_mes_posts_vide | /mes-posts-vide | Path does not match |
| 10 | category_success | /category/success | Path does not match |
| 11 | send_message | /send-message | Path does not match |
| 12 | app_register | /register | Path does not match |
| 13 | app_verify_email | /verify/email | Path does not match |
| 14 | app_user | /user | Path does not match |
| 15 | user_new | /user/new | Path does not match |
| 16 | app_mon_profil | /monprofil | Path does not match |
| 17 | app_modifie_username | /monprofil/modifie | Path does not match |
| 18 | app_modifie_email | /monprofil/modifieEmail | Path does not match |
| 19 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 20 | _wdt | /_wdt/{token} | Path does not match |
| 21 | _profiler_home | /_profiler/ | Path does not match |
| 22 | _profiler_search | /_profiler/search | Path does not match |
| 23 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 24 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 25 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 26 | _profiler_open_file | /_profiler/open | Path does not match |
| 27 | _profiler | /_profiler/{token} | Path does not match |
| 28 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 29 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 30 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 31 | Accueil | /accueil | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.