Routing
app_almacen_articulo_edit
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "22156" |
Route Matching Logs
Path to match:
/almacen/articulo/22156/edit
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_almacen_articulo_index | /almacen/articulo/ | Path does not match |
| 2 | app_almacen_articulo_add_aplicacion | /almacen/articulo/add/{id}/aplicacion | Path does not match |
| 3 | app_almacen_articulo_change_status | /almacen/articulo/change/{id}/status | Path does not match |
| 4 | app_almacen_articulo_importar_index | /almacen/articulo/importar | Path does not match |
| 5 | app_almacen_articulo_config_stocks | /almacen/articulo/{art}/{depo}/config | Path does not match |
| 6 | app_almacen_articulo_configurar | /almacen/articulo/configurar | Path does not match |
| 7 | app_almacen_articulo_new | /almacen/articulo/new | Path does not match |
| 8 | app_almacen_articulo_show | /almacen/articulo/{id} | Path does not match |
| 9 | app_almacen_articulo_edit | /almacen/articulo/{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.