Routing
inicio
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_inicio | /admin | Path does not match |
| 2 | admin_login | /admin/login | Path does not match |
| 3 | admin_logout | /admin/logout | Path does not match |
| 4 | propiedad_inicio | /admin/propiedades | Path does not match |
| 5 | propiedad_agregar | /admin/propiedades/agregar | Path does not match |
| 6 | propiedad_guardar | /admin/propiedades/guardar | Path does not match |
| 7 | propiedad_editar | /admin/propiedades/editar/{id} | Path does not match |
| 8 | propiedad_guardar_editar | /admin/propiedades/guardar-editar | Path does not match |
| 9 | propiedad_guardar_imagen | /admin/propiedades/guardar-imagen-editar | Path does not match |
| 10 | propiedad_guardar_imagen_editar | /admin/propiedades/guardar-imagen-editar | Path does not match |
| 11 | propiedad_borrar | /admin/propiedades/borrar_propiedad | Path does not match |
| 12 | propiedad_borrar_imagen | /admin/propiedades/borrar_imagen | Path does not match |
| 13 | propiedad_cargar_comunas | /admin/propiedades/cargar_comunas | Path does not match |
| 14 | usuario_inicio | /admin/usuarios | Path does not match |
| 15 | usuario_agregar | /admin/usuarios/agregar | Path does not match |
| 16 | usuario_guardar | /admin/usuarios/guardar | Path does not match |
| 17 | usuario_editar | /admin/usuario/editar/{id} | Path does not match |
| 18 | usuario_guardar_editar | /admin/usuarios/guardar_editar | Path does not match |
| 19 | usuario_borrar | /admin/propiedades/borrar_usuario | Path does not match |
| 20 | propiedades_administracion | /propiedades-administracion | Path does not match |
| 21 | propiedades_administracion_enviar_correo | /propiedades-administracion/enviar-correo | Path does not match |
| 22 | propiedades_administracion_edificios_condominios | /propiedades-administracion/edificios-condominios | Path does not match |
| 23 | edificios_condominios_enviar_correo | /propiedades-administracion/edificios-condominios/enviar-correo | Path does not match |
| 24 | arriendos | /arriendos | Path does not match |
| 25 | arriendos_aplicar_filtro | /arriendos/aplicar_filtro_propiedades | Path does not match |
| 26 | cargar_comunas_filtro | /arriendos/cargar_comunas_filtro | Path does not match |
| 27 | amoblados | /arriendos/amoblados | Path does not match |
| 28 | sin_amoblar | /arriendos/sin-amoblar | Path does not match |
| 29 | contactenos | /contactenos | Path does not match |
| 30 | contactenos_enviar_correo | /contactenos/enviar-correo | Path does not match |
| 31 | inicio | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.