Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _wdt | /_wdt/{token} | Path does not match |
| 2 | _profiler_home | /_profiler/ | Path does not match |
| 3 | _profiler_search | /_profiler/search | Path does not match |
| 4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 7 | _profiler_open_file | /_profiler/open | Path does not match |
| 8 | _profiler | /_profiler/{token} | Path does not match |
| 9 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 12 | admin_listado_clientes | /admin/listado-clientes | Path does not match |
| 13 | admin_dashboard | /admin/dashboard | Path does not match |
| 14 | admin_preview_document-multiple | /admin/preview-document-multiple | Path does not match |
| 15 | admin_preview_document | /admin/preview-document | Path does not match |
| 16 | admin_generadocument | /admin/generadocument | Path does not match |
| 17 | admin_generarawdocument | /admin/generarawdocument | Path does not match |
| 18 | admin_download_pdf_url | /admin/download-pdf-url | Path does not match |
| 19 | admin_configuracion_documentos_add_editar_documentos | /admin/configuracion/documentos/add-editar-documentos/{type}/{documentoId} | Path does not match |
| 20 | admin_configuracion_documento_get_table_fields | /admin/configuracion/documentos/get_table_fields | Path does not match |
| 21 | admin_configuracion_documento_get_template_content | /admin/configuracion/documentos/get_template_content/{templateId} | Path does not match |
| 22 | admin_documento_ajax_save | /admin/admin_documento_ajax_save | Path does not match |
| 23 | admin_configuracion_documentos_duplicar_documentos | /admin/configuracion/documentos/duplicar_documentos/{type}/{documentoId} | Path does not match |
| 24 | admin_configuracion_documentos_delete | /admin/configuracion/documentos/delete/{documentoId} | Path does not match |
| 25 | admin_email_document | /admin/email-document | Path does not match |
| 26 | admin_email_firmar_document | /admin/email-fimar-document | Path does not match |
| 27 | preview_document_firmado | /admin/preview-document-firmado/{documentoClienteId} | Path does not match |
| 28 | admin_generadocumentfirmado | /admin/generadocumentfirmado/{$documentoClienteId} | Path does not match |
| 29 | admin_documentosclientes_delete | /admin/documentos/delete/{documentoClienteId} | Path does not match |
| 30 | admin_generadocumentosempresa | /admin/generadocumentosempresa | Path does not match |
| 31 | admin_documentos_save_documento_cliente | /admin/documentos/save-documento-cliente | Path does not match |
| 32 | admin_preview_firmar_document | /admin/email-preview-fimar-document | Path does not match |
| 33 | admin_generate_multiples_files | /admin/generate-multiples-files | Path does not match |
| 34 | admin_configuracion_documentos_active | /admin/configuracion/documentos/active/{documentoId} | Path does not match |
| 35 | admin_preview_email | /admin/preview-email | Path does not match |
| 36 | restart_password | /restart-password | Path does not match |
| 37 | validated_send_password | /validated-send-password | Path does not match |
| 38 | validated_restart_password | /validated-restart-password/{token} | Path does not match |
| 39 | change_password | /change-password | Path does not match |
| 40 | app_login | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.