Routing
contrato_edit
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "7329" |
Route Redirection
This page redirects to:
/acceder
Route Matching Logs
Path to match:
/contrato/7329/edit
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | config_index | /admin/ajustes/ | Path does not match |
| 2 | config_edit | /admin/ajustes/{id}/editar | Path does not match |
| 3 | config_delete | /admin/ajustes/{id}/eliminar | Path does not match |
| 4 | usr_index | /admin/usuarios/ | Path does not match |
| 5 | usr_edit | /admin/usuarios/{id}/editar | Path does not match |
| 6 | usr_new | /admin/usuarios/crear | Path does not match |
| 7 | usr_delete | /admin/usuarios/{id}/eliminar | Path does not match |
| 8 | usr_view | /admin/usuarios/{id}/ver | Path does not match |
| 9 | usr_duplicate | /admin/usuarios/{id}/duplicar | Path does not match |
| 10 | art_index | /articulo/ | Path does not match |
| 11 | art_new | /articulo/new | Path does not match |
| 12 | art_edit | /articulo/{id}/edit | Path does not match |
| 13 | art_delete | /articulo/{id}/eliminar | Path does not match |
| 14 | cliente_index | /cliente/ | Path does not match |
| 15 | cliente_new | /cliente/new | Path does not match |
| 16 | cliente_edit | /cliente/{id}/edit | Path does not match |
| 17 | cliente_delete | /cliente/{id}/eliminar | Path does not match |
| 18 | comercial_index | /comercial/ | Path does not match |
| 19 | comercial_new | /comercial/new | Path does not match |
| 20 | comercial_edit | /comercial/{id}/edit | Path does not match |
| 21 | comercial_delete | /comercial/{id}/eliminar | Path does not match |
| 22 | cobro_new | /cobro/{id}/new | Path does not match |
| 23 | cobro_edit | /cobro/{id}/edit | Path does not match |
| 24 | cobro_delete | /cobro/{id}/eliminar | Path does not match |
| 25 | con_art_new | /contrato/articulos/{id}/new | Path does not match |
| 26 | con_art_edit | /contrato/articulos/{id}/edit | Path does not match |
| 27 | con_art_delete | /contrato/articulos/{id}/eliminar | Path does not match |
| 28 | contrato_index | /contrato/ | Path does not match |
| 29 | contrato_new | /contrato/new | Path does not match |
| 30 | contrato_edit | /contrato/{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.