Routing
index2
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/proceso_compuesto
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 8 | _profiler_open_file | /_profiler/open | Path does not match |
| 9 | _profiler | /_profiler/{token} | Path does not match |
| 10 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 13 | config_index | /admin/config/ | Path does not match |
| 14 | config_new | /admin/config/nuevo | Path does not match |
| 15 | config_edit | /admin/config/{id}/editar | Path does not match |
| 16 | config_view | /admin/config/{id}/ver | Path does not match |
| 17 | config_delete | /admin/config/{id}/eliminar | Path does not match |
| 18 | empresa_index | /admin/empresa/ | Path does not match |
| 19 | empresa_new | /admin/empresa/nuevo | Path does not match |
| 20 | empresa_edit | /admin/empresa/{id}/editar | Path does not match |
| 21 | empresa_view | /admin/empresa/{id}/ver | Path does not match |
| 22 | empresa_delete | /admin/empresa/{id}/eliminar | Path does not match |
| 23 | usuario_index | /admin/usuario/ | Path does not match |
| 24 | usuario_new | /admin/usuario/nuevo | Path does not match |
| 25 | usuario_edit | /admin/usuario/{id}/editar | Path does not match |
| 26 | usuario_view | /admin/usuario/{id}/ver | Path does not match |
| 27 | usuario_delete | /admin/usuario/{id}/eliminar | Path does not match |
| 28 | doc_index | /admin/documentacion/ | Path does not match |
| 29 | doc_new | /admin/documentacion/nuevo | Path does not match |
| 30 | doc_edit | /admin/documentacion/{id}/editar | Path does not match |
| 31 | doc_delete | /admin/documentacion/{id}/eliminar | Path does not match |
| 32 | albaran_index | /admin/albaran/ | Path does not match |
| 33 | albaran_new | /admin/albaran/nuevo | Path does not match |
| 34 | albaran_pdf | /admin/albaran{id}/pdf | Path does not match |
| 35 | albaran_edit | /admin/albaran/{id}/editar | Path does not match |
| 36 | albaran_delete | /admin/albaran/{id}/eliminar | Path does not match |
| 37 | proceso_index | /admin/proceso/ | Path does not match |
| 38 | proceso_new | /admin/proceso/nuevo | Path does not match |
| 39 | proceso_edit | /admin/proceso/{id}/editar | Path does not match |
| 40 | proceso_view | /admin/proceso/{id}/ver | Path does not match |
| 41 | proceso_delete | /admin/proceso/{id}/eliminar | Path does not match |
| 42 | proceso_duplicate | /admin/proceso/{id}/duplicar | Path does not match |
| 43 | produccion_index | /admin/produccion/ | Path does not match |
| 44 | produccion_new | /admin/produccion/nuevo | Path does not match |
| 45 | produccion_edit | /admin/produccion/{id}/editar | Path does not match |
| 46 | produccion_delete | /admin/produccion/{id}/eliminar | Path does not match |
| 47 | regpro_index | /admin/registro_proceso/ | Path does not match |
| 48 | regpro_view | /admin/registro_proceso/{id}/ver | Path does not match |
| 49 | regpro_delete | /admin/registro_proceso/{id}/eliminar | Path does not match |
| 50 | regfase_index | /admin/registro_fase/ | Path does not match |
| 51 | regfase_delete | /admin/registro_fase/{id}/eliminar | Path does not match |
| 52 | index | / | Path does not match |
| 53 | index1 | /proceso_simple | Path does not match |
| 54 | index2 | /proceso_compuesto | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.