Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | app_administrador | /administrador | Path does not match |
2 | admin_preinscripcion | /administrador/preinscripcion | Path does not match |
3 | app_alumno_index | /alumno/ | Path does not match |
4 | app_alumno_new | /alumno/new | Path does not match |
5 | app_alumno_show | /alumno/{id} | Path does not match |
6 | app_alumno_edit | /alumno/{id}/edit | Path does not match |
7 | app_alumno_delete | /alumno/{id} | Path does not match |
8 | app_bus_btn | /busbtn | Path does not match |
9 | app_home | /home | Path does not match |
10 | app_inst_btn | /instbtn | Path does not match |
11 | app_instituto_index | /instituto/ | Path does not match |
12 | app_instituto_new | /instituto/new | Path does not match |
13 | app_instituto_show | /instituto/{id} | Path does not match |
14 | app_instituto_edit | /instituto/{id}/edit | Path does not match |
15 | app_instituto_delete | /instituto/{id} | Path does not match |
16 | app_localidad_index | /localidad/ | Path does not match |
17 | app_localidad_new | /localidad/new | Path does not match |
18 | app_localidad_show | /localidad/{id} | Path does not match |
19 | app_localidad_edit | /localidad/{id}/edit | Path does not match |
20 | app_localidad_delete | /localidad/{id} | Path does not match |
21 | app_modalidad_index | /modalidad/ | Path does not match |
22 | app_modalidad_new | /modalidad/new | Path does not match |
23 | app_modalidad_show | /modalidad/{id} | Path does not match |
24 | app_modalidad_edit | /modalidad/{id}/edit | Path does not match |
25 | app_modalidad_delete | /modalidad/{id} | Path does not match |
26 | app_oferta_educativa_index | /ofertaeducativa/ | Path does not match |
27 | app_oferta_educativa_new | /ofertaeducativa/new | Path does not match |
28 | app_oferta_educativa_show | /ofertaeducativa/{id} | Path does not match |
29 | app_oferta_educativa_edit | /ofertaeducativa/{id}/edit | Path does not match |
30 | app_oferta_educativa_delete | /ofertaeducativa/{id} | Path does not match |
31 | app_pais_index | /pais/ | Path does not match |
32 | app_pais_new | /pais/new | Path does not match |
33 | app_pais_show | /pais/{id} | Path does not match |
34 | app_pais_edit | /pais/{id}/edit | Path does not match |
35 | app_pais_delete | /pais/{id} | Path does not match |
36 | app_persona_index | /persona/ | Path does not match |
37 | app_persona_new | /persona/new | Path does not match |
38 | app_persona_show | /persona/{id} | Path does not match |
39 | app_persona_edit | /persona/{id}/edit | Path does not match |
40 | app_persona_delete | /persona/{id} | Path does not match |
41 | app_pre_btn | /prebtn | Path does not match |
42 | app_preinscripcion_index | /preinscripcion/ | Path does not match |
43 | app_preinscripcion_nueva | /preinscripcion/nueva | Path does not match |
44 | app_preinscripcion_graf | /preinscripcion/graf | Path does not match |
45 | app_preinscripcion_new | /preinscripcion/new | Path does not match |
46 | app_preinscripcion_show | /preinscripcion/{id} | Path does not match |
47 | app_preinscripcion_edit | /preinscripcion/{id}/edit | Path does not match |
48 | app_preinscripcion_delete | /preinscripcion/{id} | Path does not match |
49 | app_provincia_index | /provincia/ | Path does not match |
50 | app_provincia_new | /provincia/new | Path does not match |
51 | app_provincia_show | /provincia/{id} | Path does not match |
52 | app_provincia_edit | /provincia/{id}/edit | Path does not match |
53 | app_provincia_delete | /provincia/{id} | Path does not match |
54 | app_region_index | /region/ | Path does not match |
55 | app_region_new | /region/new | Path does not match |
56 | app_region_show | /region/{id} | Path does not match |
57 | app_region_edit | /region/{id}/edit | Path does not match |
58 | app_region_delete | /region/{id} | Path does not match |
59 | 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.