Routing
accueil
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 | api_list | /api/articles/liste | Path does not match |
| 14 | api_article | /api/article/lire/{slug} | Path does not match |
| 15 | api_ajout | /api/article/ajout | Path does not match |
| 16 | api_edit | /api/article/editer/{id} | Path does not match |
| 17 | api_supprime | /api/article/supprimer/{id} | Path does not match |
| 18 | dashboard | /admin/dashboard | Path does not match |
| 19 | admin_accueil | /admin/ | Path does not match |
| 20 | admin_utilisateurs | /admin/utilisateurs | Path does not match |
| 21 | admin_modifier_utilisateur | /admin/utilisateurs/modifier/{id} | Path does not match |
| 22 | actualites_articles | /admin/actualites/list/{id} | Path does not match |
| 23 | actualites_all_articles | /admin/actualites/all-articles | Path does not match |
| 24 | actualites_article | /admin/actualites/view/{slug} | Path does not match |
| 25 | actualites_ajout_article | /admin/actualites/article/ajouter/{id} | Path does not match |
| 26 | actualites_edit_status_article | /admin/actualites/article/edit-status/{slug} | Path does not match |
| 27 | actualites_list_commentaires | /admin/actualites/commentaires/list/{id} | Path does not match |
| 28 | actualites_edit_status_commentaires | /admin/actualites/commentaires/edit-status/{id} | Path does not match |
| 29 | actualites_edit_article | /admin/actualites/article/edit-article/{slug} | Path does not match |
| 30 | actualites_delete_article | /admin/actualites/article/delete-article/{slug} | Path does not match |
| 31 | categories_home | /admin/categories | Path does not match |
| 32 | categories_ajout | /admin/categorie/ajout | Path does not match |
| 33 | categories_edit | /admin/categorie/edit/{slug} | Path does not match |
| 34 | categories_delete | /admin/categorie/delete/{slug} | Path does not match |
| 35 | categories_image_delete | /admin/categorie/delete-image/{slug} | Path does not match |
| 36 | categories_sous_categories_ajout | /admin/sous-categorie | Path does not match |
| 37 | categories_sous_categories_edit | /admin/sous-categorie/edit/{id} | Path does not match |
| 38 | categories_sous_categories_delete | /admin/sous-categorie/delete/{id} | Path does not match |
| 39 | categories_mot_cle_edit | /admin/mot-cle/edit/{slug} | Path does not match |
| 40 | categories_mot_cle_ajout | /admin/mot-cle/ajout | Path does not match |
| 41 | categories_mot_cles_delete | /admin/mot-cle/delete/{slug} | Path does not match |
| 42 | contact | /contact | Path does not match |
| 43 | 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.