Routing
app_contacto_new
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/contacto/nuevo
# | Route name | Path | Log |
---|---|---|---|
1 | app_archivo_index | /archivo/ | Path does not match |
2 | app_archivo_new | /archivo/nuevo | Path does not match |
3 | app_archivo_show | /archivo/ver/{id} | Path does not match |
4 | app_archivo_edit | /archivo/{id}/editar | Path does not match |
5 | app_archivo_delete | /archivo/{id}/borrar | Path does not match |
6 | archivo_descarga | /archivo/descarga/{id} | Path does not match |
7 | app_caja_index | /caja/ | Path does not match |
8 | app_caja_new | /caja/nuevo | Path does not match |
9 | app_caja_show | /caja/ver/{id} | Path does not match |
10 | app_caja_edit | /caja/{id}/editar | Path does not match |
11 | app_caja_delete | /caja/{id}/borrar | Path does not match |
12 | app_cliente_index | /cliente/ | Path does not match |
13 | app_cliente_new | /cliente/new | Path does not match |
14 | app_cliente_show | /cliente/{id} | Path does not match |
15 | app_cliente_edit | /cliente/{id}/edit | Path does not match |
16 | app_cliente_delete | /cliente/{id} | Path does not match |
17 | app_contacto_index | /contacto/ | Path does not match |
18 | app_contacto_new | /contacto/nuevo | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.