Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | app_blogs_index | /blogs/lista | Path does not match |
2 | app_blogs_new | /blogs/new | Path does not match |
3 | app_blogs_show | /blogs/{id} | Path does not match |
4 | app_blogs_edit | /blogs/{id}/edit | Path does not match |
5 | app_blogs_delete | /blogs/{id} | Path does not match |
6 | app_categoria_sitio_index | /categoria_sitio/lista | Path does not match |
7 | app_categoria_sitio_new | /categoria_sitio/new | Path does not match |
8 | app_categoria_sitio_show | /categoria_sitio/{id} | Path does not match |
9 | app_categoria_sitio_edit | /categoria_sitio/{id}/edit | Path does not match |
10 | app_categoria_sitio_delete | /categoria_sitio/{id} | Path does not match |
11 | app_ciudades_index | /ciudades/lista | Path does not match |
12 | app_ciudades_new | /ciudades/new | Path does not match |
13 | app_ciudades_show | /ciudades/{id} | Path does not match |
14 | app_ciudades_edit | /ciudades/{id}/edit | Path does not match |
15 | app_ciudades_delete | /ciudades/{id} | Path does not match |
16 | app_departamentos_index | /departamentos/lista | Path does not match |
17 | app_departamentos_new | /departamentos/new | Path does not match |
18 | app_departamentos_show | /departamentos/{id} | Path does not match |
19 | app_departamentos_edit | /departamentos/{id}/edit | Path does not match |
20 | app_departamentos_delete | /departamentos/{id} | Path does not match |
21 | app_home_index | /home/bienvenido | Path does not match |
22 | busqueda_sitios | /home/busqueda_sitios | Path does not match |
23 | index_rutas | /home/index_rutas | Path does not match |
24 | sitio_individual | /home/sitio_individual/{id} | Path does not match |
25 | obtener_sitios_mapas | /home/obtener_sitios_mapas | Path does not match |
26 | all_sites | /home/all | Path does not match |
27 | add_home_new_galery_image | /home/subir_imagen_cabecera | Path does not match |
28 | app_home_new | /home/new | Path does not match |
29 | app_home_show | /home/{id}/show | Path does not match |
30 | app_home_edit | /home/{id}/edit | Path does not match |
31 | app_home_delete | /home/{id} | Path does not match |
32 | accesDenied | /home/accesDenied | Path does not match |
33 | app_home_galeria_index | /galeria/lista | Path does not match |
34 | add_home_galeria_index | /galeria/add_galeria_home/{id_home} | Path does not match |
35 | app_home_galeria_new | /galeria/new | Path does not match |
36 | app_home_galeria_show | /galeria/{id} | Path does not match |
37 | app_home_galeria_edit | /galeria/{id}/edit | Path does not match |
38 | app_home_galeria_delete | /galeria/{id} | Path does not match |
39 | app_home_servicios_index | /servicios/lista | Path does not match |
40 | app_home_servicios_new | /servicios/new | Path does not match |
41 | app_home_servicios_show | /servicios/{id} | Path does not match |
42 | app_home_servicios_edit | /servicios/{id}/edit | Path does not match |
43 | app_home_servicios_delete | /servicios/{id} | Path does not match |
44 | app_iconos_index | /iconos/lista | Path does not match |
45 | app_iconos_new | /iconos/new | Path does not match |
46 | app_iconos_show | /iconos/{id} | Path does not match |
47 | app_iconos_edit | /iconos/{id}/edit | Path does not match |
48 | app_iconos_delete | /iconos/{id} | Path does not match |
49 | 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.