Routing
app_index
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/connexion
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_address_new | /adresse/créer/{id} | Path does not match |
| 2 | app_address_edit | /adresse/{id}/modifier | Path does not match |
| 3 | app_address_postcode_city | /adresse/code-postal-commune | Path does not match |
| 4 | app_address_delete | /adresse/{id} | Path does not match |
| 5 | admin_app_user_list | /admin/utilisateurs | Path does not match |
| 6 | admin_app_user_edit | /admin/utilisateurs/{id}/edit | Path does not match |
| 7 | app_client_index | /client | Path does not match |
| 8 | app_client_new | /client/ajouter | Path does not match |
| 9 | app_client_edit | /client/{id}/modifier | Path does not match |
| 10 | app_client_delete | /client/{id} | Path does not match |
| 11 | app_company | /mon-entreprise | Path does not match |
| 12 | app_custom_plans_index | /compte-charge-personnel | Path does not match |
| 13 | app_custom_plans_new | /compte-charge-personnel/ajouter | Path does not match |
| 14 | app_custom_plans_edit | /compte-charge-personnel/{id}/modifier | Path does not match |
| 15 | app_custom_plans_delete | /compte-charge-personnel/{id} | Path does not match |
| 16 | app_dashboard_view | /objectif-du-previsionnel | Path does not match |
| 17 | app_dashboard_profit_analysis | /analyse-rentablilite | Path does not match |
| 18 | app_employee_index | /employe | Path does not match |
| 19 | app_employee_new | /employe/ajouter | Path does not match |
| 20 | app_employee_edit | /employe/{id}/modifier | Path does not match |
| 21 | app_employee_delete | /employe/{id} | Path does not match |
| 22 | app_estimated_expenses_index | /charge | Path does not match |
| 23 | app_estimated_expenses_new | /charge/ajouter | Path does not match |
| 24 | app_estimated_expenses_edit | /charge/{id}/modifier | Path does not match |
| 25 | app_estimated_expenses_delete | /charge/{id} | Path does not match |
| 26 | app_index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.