http://3.132.152.109/lecciones/common/registro

Routing

app_registro Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /common/registro
# Route name Path Log
1 homepage / Path does not match
2 verificar_consulta /common/verificar Path does not match
3 app_incidencia_index /incidencia/ Path does not match
4 app_incidencia_reporte /incidencia/reporte Path does not match
5 app_incidencia_new /incidencia/new Path does not match
6 app_incidencia_show /incidencia/{idInc} Path does not match
7 app_incidencia_edit /incidencia/{idInc}/edit Path does not match
8 app_incidencia_delete /incidencia/delete/{idInc} Path does not match
9 app_incidencia_reporte_excel /incidencia/reporte/excel Path does not match
10 app_periodo_index /periodo/ Path does not match
11 app_periodo_new /periodo/new Path does not match
12 app_periodo_show /periodo/{idPrd} Path does not match
13 app_periodo_edit /periodo/{idPrd}/edit Path does not match
14 app_periodo_delete /periodo/delete/{idPrd} Path does not match
15 app_registro /common/registro Route matches!

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