Routing
front_home
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | back_content_list | /admin/contenu | Path does not match |
| 2 | back_content_edit | /admin/contenu/edit/{id} | Path does not match |
| 3 | back_content_blocklist_remove | /admin/blocklist/remove/{id} | Path does not match |
| 4 | back_dashboard | /admin/dashboard | Path does not match |
| 5 | back_darkmode | /admin/component/darkmode | Path does not match |
| 6 | back_category_project_list | /admin/categories-projets | Path does not match |
| 7 | back_category_project_add | /admin/categories-projets/add | Path does not match |
| 8 | back_category_project_edit | /admin/categories-projets/edit/{id} | Path does not match |
| 9 | back_category_project_remove | /admin/categories-projets/remove/{id} | Path does not match |
| 10 | back_projet_list | /admin/projets | Path does not match |
| 11 | back_projet_single | /admin/projet/{id} | Path does not match |
| 12 | back_projet_edit | /admin/projet/edit/{id} | Path does not match |
| 13 | back_user_add | /admin/add-admin | Path does not match |
| 14 | back_user_list | /admin/list-admin | Path does not match |
| 15 | back_user_delete | /admin/delete-admin/{id} | Path does not match |
| 16 | front_contact_form | /contact/contact-form | Path does not match |
| 17 | front_home | /{_locale} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.