Routing
agenda_index_estudiante
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/agenda/estudiantes
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_accion_index | /accion/ | Path does not match |
| 2 | app_accion_new | /accion/new | Path does not match |
| 3 | app_accion_show | /accion/{id} | Path does not match |
| 4 | app_accion_edit | /accion/{id}/edit | Path does not match |
| 5 | app_accion_delete | /accion/{id} | Path does not match |
| 6 | agenda_index | /agenda/ | Path does not match |
| 7 | agenda_export | /agenda/export/{anio} | Path does not match |
| 8 | agenda_bulk_change_estado | /agenda/bulk-change-estado | Path does not match |
| 9 | convocatoria_semana | /agenda/convocatoria_semana | Path does not match |
| 10 | cierre | /agenda/cierre | Path does not match |
| 11 | correo_cierre | /agenda/correo_cierre | Path does not match |
| 12 | actividades_cerradas_by_e | /agenda/actividades_cerradas_by_e | Path does not match |
| 13 | apertura | /agenda/apertura | Path does not match |
| 14 | agenda_index_abiertas | /agenda/abiertas | Path does not match |
| 15 | agenda_index_estudiante | /agenda/estudiantes | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.