Routing
inicio_inicio
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/inicio
# | Route name | Path | Log |
---|---|---|---|
1 | cliente_direccion_index | /cliente/direccion/ | Path does not match |
2 | cliente_direccion_new | /cliente/direccion/new | Path does not match |
3 | cliente_direccion_show | /cliente/direccion/{id} | Path does not match |
4 | cliente_direccion_edit | /cliente/direccion/{id}/edit | Path does not match |
5 | cliente_direccion_delete | /cliente/direccion/{id} | Path does not match |
6 | codigo_postal_index | /codigo/postal/ | Path does not match |
7 | codigo_postal_new | /codigo/postal/new/{id_estado}/{id_municipio} | Path does not match |
8 | codigo_postal_show | /codigo/postal/{id} | Path does not match |
9 | codigo_postal_edit | /codigo/postal/{id}/edit | Path does not match |
10 | codigo_postal_delete | /codigo/postal/{id} | Path does not match |
11 | contratacion_index | /contratacion/ | Path does not match |
12 | contratacion_new | /contratacion/new | Path does not match |
13 | contratacion_show | /contratacion/{id} | Path does not match |
14 | contratacion_edit | /contratacion/{id}/edit | Path does not match |
15 | contratacion_delete | /contratacion/{id} | Path does not match |
16 | contratacion_pago | /contratacion/pago/pago/ | Path does not match |
17 | contratacion_pago_devolucion | /contratacion/pago/devolucion/ | Path does not match |
18 | contratacion_avisoT | /contratacion/avisos/terapeuta/ | Path does not match |
19 | contratacion_avisoTCanc | /contratacion/avisos/terapeuta/cancelado | Path does not match |
20 | contratacion_avisoC | /contratacion/avisos/cliente/ | Path does not match |
21 | duracion_index | /duracion/ | Path does not match |
22 | duracion_new | /duracion/new | Path does not match |
23 | duracion_show | /duracion/{id} | Path does not match |
24 | duracion_edit | /duracion/{id}/edit | Path does not match |
25 | duracion_delete | /duracion/{id} | Path does not match |
26 | estado_index | /estado/ | Path does not match |
27 | estado_new | /estado/new | Path does not match |
28 | estado_show | /estado/{id} | Path does not match |
29 | estado_edit | /estado/{id}/edit | Path does not match |
30 | estado_delete | /estado/{id} | Path does not match |
31 | municipio_lista | /estado/lista/{id_estado} | Path does not match |
32 | horario_index | /horario/ | Path does not match |
33 | horario_new | /horario/new | Path does not match |
34 | horario_show | /horario/{id} | Path does not match |
35 | horario_edit | /horario/{id}/edit | Path does not match |
36 | horario_delete | /horario/{id} | Path does not match |
37 | inicio_inicio | /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.