Routing
app_addresse_edit
Matched route
Route Parameters
| Name | Value |
|---|---|
| addressesList | "354" |
| id | "176218" |
Route Matching Logs
Path to match:
/addresse/176218/354/edit
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_addresse_index | /addresse/ | Path does not match |
| 2 | app_addresse_new | /addresse/new/{addressesList} | Path does not match |
| 3 | app_addresse_show | /addresse/{id} | Path does not match |
| 4 | app_addresse_edit | /addresse/{id}/{addressesList}/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.