Routing
(none)
Matched route
Route Matching Logs
Path to match:
/client/596/edit
# | Route name | Path | Log |
---|---|---|---|
1 | app_admin_index | /administrateur/ | Path does not match |
2 | app_assurance_index | /assurance/ | Path does not match |
3 | app_assurance_new | /assurance/new | Path does not match |
4 | app_assurance_edit | /assurance/{id}/edit | Path does not match |
5 | app_assurance_delete | /assurance/{id} | Path does not match |
6 | app_bandeau_index | /bandeau/ | Path does not match |
7 | app_bandeau_new | /bandeau/new | Path does not match |
8 | app_bandeau_edit | /bandeau/{id}/edit | Path does not match |
9 | app_bandeau_delete | /bandeau/{id} | Path does not match |
10 | app_client_home | /client/ | Path does not match |
11 | app_client_index | /client/liste | Path does not match |
12 | app_client_new | /client/new | Path does not match |
13 | app_client_new_bulk | /client/newBulk | Path does not match |
14 | app_client_show | /client/{id} | Path does not match |
15 | app_client_edit | /client/{id}/edit | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.