Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | 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_xdebug | /_profiler/xdebug | Path does not match |
8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
10 | _profiler_open_file | /_profiler/open | Path does not match |
11 | _profiler | /_profiler/{token} | Path does not match |
12 | _profiler_router | /_profiler/{token}/router | Path does not match |
13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
15 | admin | /admin | Path does not match |
16 | toggle_account | /toggleAccount/{id}/{newValue} | Path does not match |
17 | resend_confirmation_email | /resend-confirmation-email/{id} | Path does not match |
18 | app_upload_product_file | /upload/product-file | Path does not match |
19 | app_delete_product_file | /admin/delete-product-file | Path does not match |
20 | app_update_main_image | /admin/update-main-image | Path does not match |
21 | admin_company_autocomplete | /admin/company/autocomplete | Path does not match |
22 | admin_representative_autocomplete | /admin/representative/autocomplete | Path does not match |
23 | admin_account_import_price_table | /admin/accounts/{id}/import_price_table | Path does not match |
24 | admin_account_import_order | /admin/accounts/{id}/import_order | Path does not match |
25 | admin_order_product_delete | /admin/order_products/{id}/delete | Path does not match |
26 | admin_order_accept | /admin/order/{id}/accept | Path does not match |
27 | admin_order_reject | /admin/order/{id}/reject | Path does not match |
28 | aceitar_convite | /aceitar-convite/{token} | Path does not match |
29 | app_portal | /p/{token} | Path does not match |
30 | carrinho_adicionar | /p/{token}/adicionar | Path does not match |
31 | carrinho_alterar | /p/{token}/alterar | Path does not match |
32 | carrinho_remover | /p/{token}/remover | Path does not match |
33 | carrinho_limpar | /p/{token}/limpar | Path does not match |
34 | app_orcamento | /p/{token}/orcamento | Path does not match |
35 | app_enviar_orcamento | /p/{token}/enviar-orcamento | Path does not match |
36 | enviar_orcamento_portal | /p/{token}/enviar-orcamento | Path does not match |
37 | app_pedidos | /p/{token}/pedidos | Path does not match |
38 | app_pedido | /p/{token}/pedido/{id} | Path does not match |
39 | financial_launch_receivable_account_download_portal | /p/{token}/pedidos/{id}/financial-launch-receivable-account-download/{merged_id} | Path does not match |
40 | nfe_attachment_download_portal | /p/{token}/pedidos/{id}/nfe-attachment-download/{merged_id} | Path does not match |
41 | representative | /representante | Path does not match |
42 | representative_orders | /representante/orcamentos | Path does not match |
43 | representative_order | /representante/orcamentos/{id} | Path does not match |
44 | representative_remove_order_product | /representante/orcamentos/remover-produto/{id} | Path does not match |
45 | representative_settings | /representante/meus-dados | Path does not match |
46 | representative_order_accept | /representante/orcamentos/{id}/reconhecer | Path does not match |
47 | representative_order_reject | /representante/orcamentos/{id}/rejeitar | Path does not match |
48 | app_forgot_password_request | /esqueci-minha-senha | Path does not match |
49 | app_check_email | /esqueci-minha-senha/verificar-email | Path does not match |
50 | app_reset_password | /esqueci-minha-senha/resetar | Path does not match |
51 | app_login | /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.