Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/acceder
| # | 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 | Path does not match |
| 31 | contrato_delete | /contrato/{id}/eliminar | Path does not match |
| 32 | contrato_imprimir_excel | /contrato/excel | Path does not match |
| 33 | contrato_imprimir_excel_completo | /contrato/excel_completo | Path does not match |
| 34 | contrato_imprimir_excel_documentos | /contrato/excel_documentos | Path does not match |
| 35 | doc_view | /documento/{id}/ver | Path does not match |
| 36 | doc_download | /documento/{id}/descargar | Path does not match |
| 37 | index | / | Path does not match |
| 38 | distribuidor_index | /distribuidor/ | Path does not match |
| 39 | distribuidor_new | /distribuidor/new | Path does not match |
| 40 | distribuidor_edit | /distribuidor/{id}/edit | Path does not match |
| 41 | distribuidor_delete | /distribuidor/{id}/eliminar | Path does not match |
| 42 | financiera_index | /financiera/ | Path does not match |
| 43 | financiera_new | /financiera/new | Path does not match |
| 44 | financiera_edit | /financiera/{id}/edit | Path does not match |
| 45 | financiera_delete | /financiera/{id}/eliminar | Path does not match |
| 46 | miperfil_pass_edit | /perfil/editar_pass | Path does not match |
| 47 | mail_user_cambio_pass | /m/pass-cambiar/{t} | Path does not match |
| 48 | recuperar_pass_index | /recuperar-cuenta/ | Path does not match |
| 49 | recuperar_pass_success | /recuperar-cuenta-enviada | Path does not match |
| 50 | app_login | /acceder | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.