Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | app_contrato_index | /contrato/{fallecido} | Path does not match |
2 | app_contrato_new | /contrato/new/{fallecido} | Path does not match |
3 | app_contrato_show | /contrato/{id} | Path does not match |
4 | app_contrato_edit | /contrato/{id}/edit | Path does not match |
5 | app_contrato_delete | /contrato/delete/{id} | Path does not match |
6 | app_contrato_fecha | /contrato/cambiarfecha/{tipoTumba}/{fechaInicio} | Path does not match |
7 | app_contrato_anular | /contrato/anular/{id} | Path does not match |
8 | app_default | / | Path does not match |
9 | app_fallecido_index | /fallecido/ | Path does not match |
10 | app_fallecido_new | /fallecido/new | Path does not match |
11 | app_fallecido_show | /fallecido/{id} | Path does not match |
12 | app_fallecido_edit | /fallecido/{id}/edit | Path does not match |
13 | app_fallecido_delete | /fallecido/{id} | Path does not match |
14 | app_fallecido_tumba_index | /fallecidotumba/ | Path does not match |
15 | app_fallecido_tumba_new | /fallecidotumba/new/{tumba}/{fallecido} | Path does not match |
16 | app_fallecido_tumba_show | /fallecidotumba/{id} | Path does not match |
17 | app_fallecido_tumba_edit | /fallecidotumba/{id}/edit | Path does not match |
18 | app_fallecido_tumba_delete | /fallecidotumba/{id} | Path does not match |
19 | app_fallecido_tumba_zona | /fallecidotumba/zonas/{zona}/{fallecido} | Path does not match |
20 | app_fallecido_tumba_zona_select | /fallecidotumba/select/tumba/{fallecido} | Path does not match |
21 | app_fallecido_tumbazona_zonas | /fallecidotumba/zonas/{zona}/{fallecido} | Path does not match |
22 | app_fallecido_tumba_tubmas_fallecido | /fallecidotumba/tumbas/{fallecido} | Path does not match |
23 | app_fallecido_tumba_tumbas_fallecido_detalles | /fallecidotumba/tumbas/fallecido/detalles/{id} | Path does not match |
24 | app_fallecido_tumba_fallecidos | /fallecidotumba/fallecidos/tumba/{tumba} | Path does not match |
25 | app_funeraria_index | /funeraria/ | Path does not match |
26 | app_funeraria_new | /funeraria/new | Path does not match |
27 | app_funeraria_show | /funeraria/{id} | Path does not match |
28 | app_funeraria_edit | /funeraria/{id}/edit | Path does not match |
29 | app_funeraria_delete | /funeraria/{id} | Path does not match |
30 | app_globales_index | /globales/ | Path does not match |
31 | app_globales_show | /globales/{id} | Path does not match |
32 | app_globales_edit | /globales/{id}/edit | Path does not match |
33 | app_globales_delete | /globales/{id} | Path does not match |
34 | app_notificacion_index | /notificacion/ | Path does not match |
35 | app_notificacion_new | /notificacion/new | Path does not match |
36 | app_notificacion_leer | /notificacion/leer/{notificacion} | Path does not match |
37 | app_notificacion_realizar | /notificacion/realizar/{notificacion} | Path does not match |
38 | app_notificacion_leer_todas | /notificacion/leertodas/ | Path does not match |
39 | app_parametro_index | /parametro/ | Path does not match |
40 | app_parametro_new | /parametro/new/{tipoTumba} | Path does not match |
41 | app_parametro_show | /parametro/{id} | Path does not match |
42 | app_parametro_edit | /parametro/{id}/edit | Path does not match |
43 | app_parametro_delete | /parametro/delete/{id} | Path does not match |
44 | app_pariente_index | /pariente/fallecido/{fallecido} | Path does not match |
45 | app_pariente_new | /pariente/new/{fallecido} | Path does not match |
46 | app_pariente_show | /pariente/{id} | Path does not match |
47 | app_pariente_edit | /pariente/{id}/edit | Path does not match |
48 | app_pariente_delete | /pariente/{id} | Path does not match |
49 | app_register | /register | Path does not match |
50 | app_register_usuarios | /usuarios | Path does not match |
51 | app_cambiar_password | /cambiarPassword | Path does not match |
52 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.