Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | app_client_index | /client/ | Path does not match |
2 | app_client_new | /client/new | Path does not match |
3 | app_client_show | /client/{id} | Path does not match |
4 | app_client_edit | /client/{id}/edit | Path does not match |
5 | app_client_delete | /client/{id} | Path does not match |
6 | app_nourriture_index | /nourriture/ | Path does not match |
7 | app_nourriture_new | /nourriture/new | Path does not match |
8 | app_nourriture_show | /nourriture/{id} | Path does not match |
9 | app_nourriture_edit | /nourriture/{id}/edit | Path does not match |
10 | app_nourriture_delete | /nourriture/{id} | Path does not match |
11 | app_reservation_index | /reservation/ | Path does not match |
12 | reservation_ajout | /reservation/reservations/ajout | Path does not match |
13 | app_reservation_new | /reservation/new | Path does not match |
14 | app_reservation_show | /reservation/{id} | Path does not match |
15 | app_reservation_edit | /reservation/{id}/edit | Path does not match |
16 | app_reservation_delete | /reservation/{id} | Path does not match |
17 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.