http://keloki.com/

Routing

index.index Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /
# Route name Path Log
1 perfil.index /perfil/ Path does not match
2 perfil.edit /perfil/editar Path does not match
3 artist.index /artistas/ Path does not match
4 artist.detail /artistas/{id}-{nombre}-{apellido} Path does not match
5 artist.add /artistas/agregar/ Path does not match
6 artist.edit /artistas/editar/{id} Path does not match
7 artist.delete /artistas/eliminar/{id} Path does not match
8 artwork.index /obras/ Path does not match
9 artwork.detail /obras/{id}-{title} Path does not match
10 artwork.add /obras/agregar Path does not match
11 artwork.edit /obras/editar/{id} Path does not match
12 artwork.delete /obras/eliminar/{id} Path does not match
13 artwork.reserv /obras/revervar/{idArtwork}-{idUser} Path does not match
14 profile.index /perfil/ Path does not match
15 exposition.index /exposiciones/ Path does not match
16 exposition.detail /exposiciones/{id}-{name} Path does not match
17 exposition.add /exposiciones/agregar/exposicion Path does not match
18 exposition.edit /exposiciones/editar/exposicion/{id} Path does not match
19 exposition.delete /exposiciones/eliminar/{id} Path does not match
20 email.send /email Path does not match
21 index.index / Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.