Routing
app_tutor_new
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/tutor/new
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | app_cuenta_index | /cuenta/ | Path does not match |
| 3 | app_cuenta_new | /cuenta/nuevo | Path does not match |
| 4 | app_cuenta_show | /cuenta/ver/{id} | Path does not match |
| 5 | app_cuenta_edit | /cuenta/{id}/editar | Path does not match |
| 6 | app_cuenta_delete | /cuenta/{id}/borrar | Path does not match |
| 7 | app_cuenta_nuevo_pago | /cuenta/nuevo_pago | Path does not match |
| 8 | app_cuenta_new_Efectivo | /cuenta/nuevoEfectivo | Path does not match |
| 9 | app_debug_debug | /debug-pass | Path does not match |
| 10 | app_default | / | Path does not match |
| 11 | app_usuario_dashboard | /usuario/dashboard | Path does not match |
| 12 | app_tutor_dashboard | /tutor/dashboard | Path does not match |
| 13 | app_empleado_dashboard | /empleado/dashboard | Path does not match |
| 14 | app_sys_dashboard | /sys/dashboard | Path does not match |
| 15 | app_estudiante_dashboard | /estudiante/dashboard | Path does not match |
| 16 | app_default_login | /login | Path does not match |
| 17 | app_default_logout | /logout | Path does not match |
| 18 | app_informe | /informe | Path does not match |
| 19 | informe_plato_diario | /platoDiario | Path does not match |
| 20 | informe_platos_cant | /platoCant | Path does not match |
| 21 | app_institucion_index | /institucion/ | Path does not match |
| 22 | app_institucion_new | /institucion/new | Path does not match |
| 23 | app_institucion_show | /institucion/{id} | Path does not match |
| 24 | app_institucion_edit | /institucion/{id}/edit | Path does not match |
| 25 | app_institucion_delete | /institucion/{id} | Path does not match |
| 26 | app_kiosko | /kiosko | Path does not match |
| 27 | app_menu_index | /menu/ | Path does not match |
| 28 | app_menu_new | /menu/new/{id} | Path does not match |
| 29 | app_menu_show | /menu/{id}/ver | Path does not match |
| 30 | app_menu_edit | /menu/{id}/editar | Path does not match |
| 31 | app_menu_delete | /menu/{id}/borrar | Path does not match |
| 32 | app_mercadoPagoCuenta | /mercado/pago/{id} | Path does not match |
| 33 | app_movil_aceptar | /movil/aceptar/ | Path does not match |
| 34 | app_movil_callbock | /movil/callback/ | Path does not match |
| 35 | app_producto_index | /producto/ | Path does not match |
| 36 | app_producto_new | /producto/new | Path does not match |
| 37 | app_producto_show | /producto/{id} | Path does not match |
| 38 | app_producto_edit | /producto/{id}/edit | Path does not match |
| 39 | app_producto_delete | /producto/{id} | Path does not match |
| 40 | app_pupilo_index | /pupilo/ | Path does not match |
| 41 | pupilo_new | /pupilo/new | Path does not match |
| 42 | pupilo_edit | /pupilo/{id}/edit | Path does not match |
| 43 | pupilo_delete | /pupilo/{id} | Path does not match |
| 44 | app_register_padre | /register/padre | Path does not match |
| 45 | app_register_empresa | /register/Empresa | Path does not match |
| 46 | app_register2 | /register2/{id} | Path does not match |
| 47 | app_verify_email | /verify/email | Path does not match |
| 48 | registration_dependientes_nuevos | /dependientes/Nuevos/{id} | Path does not match |
| 49 | app_reserva_asistente_inicio | /reserva/tutor/asistente | Path does not match |
| 50 | app_reserva_asistente_dia | /reserva/tutor/asistente/{fechaStr} | Path does not match |
| 51 | app_reserva_asistente_resumen | /reserva/tutor/asistente-resumen | Path does not match |
| 52 | app_reserva_asistente_confirmar | /reserva/tutor/asistente-confirmar | Path does not match |
| 53 | app_reserva_index | /reserva/ | Path does not match |
| 54 | app_reserva_new | /reserva/nuevo | Path does not match |
| 55 | app_reserva_show | /reserva/ver/{id} | Path does not match |
| 56 | app_reserva_edit | /reserva/{id}/editar | Path does not match |
| 57 | app_reserva_delete | /reserva/{id}/borrar | Path does not match |
| 58 | app_reserva_reporte_institucion | /reserva/reporte/institucion/{id} | Path does not match |
| 59 | app_reserva_reporte_cocina | /reserva/reporte/cocina | Path does not match |
| 60 | app_tutor_index | /tutor/ | Path does not match |
| 61 | app_tutor_new | /tutor/new | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.