Routing
app_auth_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/auth/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_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 | app_purchase_offer_index | /purchase/offer/ | Path does not match |
| 14 | app_purchase_offer_new | /purchase/offer/new | Path does not match |
| 15 | app_purchase_offer_show | /purchase/offer/{id} | Path does not match |
| 16 | app_purchase_offer_edit | /purchase/offer/{id}/edit | Path does not match |
| 17 | app_purchase_offer_delete | /purchase/offer/{id} | Path does not match |
| 18 | app_purchase_request_index | /purchase/request/ | Path does not match |
| 19 | app_purchase_request_new | /purchase/request/new | Path does not match |
| 20 | app_purchase_request_show | /purchase/request/{id} | Path does not match |
| 21 | app_purchase_request_edit | /purchase/request/{id}/edit | Path does not match |
| 22 | app_purchase_request_change_status | /purchase/request/{id}/status/{action} | Path does not match |
| 23 | purchase_request_generate | /purchase/request/{id}/request | Path does not match |
| 24 | purchase_request_upload_document | /purchase/request/{id}/upload | Path does not match |
| 25 | purchase_request_download | /purchase/request/download/{id} | Path does not match |
| 26 | app_purchase_request_delete | /purchase/request/{id} | Path does not match |
| 27 | api_transactions_all | /api/v2/accounting/transactions/ | Path does not match |
| 28 | api_transactions_one | /api/v2/accounting/transactions/{id} | Path does not match |
| 29 | api_transactions_create | /api/v2/accounting/transactions/ | Path does not match |
| 30 | api_transactions_update | /api/v2/accounting/transactions/{id} | Path does not match |
| 31 | api_users_all | /api/v2/auth/users/ | Path does not match |
| 32 | api_users_one | /api/v2/auth/users/{id} | Path does not match |
| 33 | api_users_create | /api/v2/auth/users | Path does not match |
| 34 | api_users_update | /api/v2/auth/users/{id} | Path does not match |
| 35 | api_users_delete | /api/v2/auth/users/{id} | Path does not match |
| 36 | app_api_authentication | /api/v2/auth/login | Path does not match |
| 37 | api_banks | /api/v2/banks/ | Path does not match |
| 38 | api_plans_all | /api/v2/plancounter | Path does not match |
| 39 | api_item_category_all | /api/v2/item-categories/ | Path does not match |
| 40 | api_item_category_one | /api/v2/item-categories/{id} | Path does not match |
| 41 | api_item_category_create | /api/v2/item-categories/ | Path does not match |
| 42 | api_item_category_update | /api/v2/item-categories/{id} | Path does not match |
| 43 | api_project | /api/v2/api/project | Path does not match |
| 44 | api_bank-accounts_all | /api/v2/sales/bank-accounts | Path does not match |
| 45 | api_invoice_all | /api/v2/sales/invoices/ | Path does not match |
| 46 | api_invoice_download | /api/v2/sales/invoices/download/{id} | Path does not match |
| 47 | api_invoice_print | /api/v2/sales/invoices/print/{id} | Path does not match |
| 48 | api_invoice_one | /api/v2/sales/invoices/{id} | Path does not match |
| 49 | api_invoice_create | /api/v2/sales/invoices/full | Path does not match |
| 50 | api_invoice_update | /api/v2/sales/invoices/{id} | Path does not match |
| 51 | api_invoice_delete | /api/v2/sales/invoices/{id} | Path does not match |
| 52 | api_invoice_generate | /api/v2/sales/invoices/generate/{id} | Path does not match |
| 53 | api_invoice_pay | /api/v2/sales/invoices/pay/{id} | Path does not match |
| 54 | api_invoice_end | /api/v2/sales/invoices/end/{id} | Path does not match |
| 55 | api_items_all | /api/v2/items | Path does not match |
| 56 | api_item | /api/v2/items/{id} | Path does not match |
| 57 | api_item_invoice_all | /api/v2/sales/item-invoices/ | Path does not match |
| 58 | api_item_invoice_one | /api/v2/sales/item-invoices/{id} | Path does not match |
| 59 | api_item_invoice_create | /api/v2/sales/item-invoices | Path does not match |
| 60 | api_item_invoice_update | /api/v2/sales/item-invoices/{id} | Path does not match |
| 61 | api_item_invoice_delete | /api/v2/sales/item-invoices/{id} | Path does not match |
| 62 | api_payment-types_all | /api/v2/sales/payment-types | Path does not match |
| 63 | api_third-party_all | /api/v2/third-parties/ | Path does not match |
| 64 | api_third-party_one | /api/v2/third-parties/{id} | Path does not match |
| 65 | api_third-party_create | /api/v2/third-parties | Path does not match |
| 66 | api_third-party_update | /api/v2/third-parties/{id} | Path does not match |
| 67 | api_third-party-groups_all | /api/v2/third-party-groups/ | Path does not match |
| 68 | api_third-party-groups_one | /api/v2/third-party-groups/{id} | Path does not match |
| 69 | api_third-party-groups_create | /api/v2/third-party-groups/ | Path does not match |
| 70 | api_third_party_groups_update | /api/v2/third-party-groups/{id} | Path does not match |
| 71 | api_third-party-groups_update | /api/v2/third-party-groups/{id} | Path does not match |
| 72 | jwt_auth | /api/v2/auth | Path does not match |
| 73 | api_plancounter_index_checkValidation | /access/checkValidation | Path does not match |
| 74 | config_initial | /access/config/{id} | Path does not match |
| 75 | accountclass_index | /accountclass/ | Path does not match |
| 76 | accountclass_new | /accountclass/new | Path does not match |
| 77 | accountclass_show | /accountclass/{id} | Path does not match |
| 78 | accountclass_edit | /accountclass/{id}/edit | Path does not match |
| 79 | accountclass_delete | /accountclass/{id} | Path does not match |
| 80 | account_extract_index | /accounting/account/extract/{id} | Path does not match |
| 81 | account_move_extract_index | /accounting/account/extract/{id}/yd/move-to-account | Path does not match |
| 82 | account_new | /accounting/account/new/{id} | Path does not match |
| 83 | account_show | /accounting/account/{id} | Path does not match |
| 84 | account_edit | /accounting/account/{id}/edit | Path does not match |
| 85 | account_delete | /accounting/account/delete/it/right/now/at/once/{id} | Path does not match |
| 86 | account_genrate_pdf | /accounting/account/print/extract/rn/{id}/{pdf} | Path does not match |
| 87 | accounting_homepage | /accounting/accounting/ | Path does not match |
| 88 | accounting_follow_up_panel | /accounting/accounting/follow_up_panel/{year} | Path does not match |
| 89 | accounting_statements | /accounting/accounting/statements | Path does not match |
| 90 | redo_invoices_accounting | /accounting/redo/invoices | Path does not match |
| 91 | accountingplanclass_index | /accounting/plan/ | Path does not match |
| 92 | accountingplanclass_new | /accounting/plan/new | Path does not match |
| 93 | accountingplanclass_show | /accounting/plan/{id} | Path does not match |
| 94 | accountingplanclass_edit | /accounting/plan/{id}/edit | Path does not match |
| 95 | accountingplanclass_delete | /accounting/plan/{id} | Path does not match |
| 96 | address_index | /address/ | Path does not match |
| 97 | address_new | /address/new | Path does not match |
| 98 | address_show | /address/{id} | Path does not match |
| 99 | address_edit | /address/{id}/edit | Path does not match |
| 100 | address_delete | /address/{id} | Path does not match |
| 101 | error_402 | /access/402 | Path does not match |
| 102 | error_401 | /access/401 | Path does not match |
| 103 | config_set_license | /access/init/license/{version} | Path does not match |
| 104 | artigo_index | /stock/artigos/ | Path does not match |
| 105 | artigo_new | /stock/artigos/new | Path does not match |
| 106 | artigo_import | /stock/artigos/import/{do} | Path does not match |
| 107 | artigo_edit | /stock/artigos/{id}/edit/full | Path does not match |
| 108 | artigo_show_one | /stock/artigos/show/{id}/{mini} | Path does not match |
| 109 | artigo_delete | /stock/artigos/{id} | Path does not match |
| 110 | artigofactura_index | /artigofactura/ | Path does not match |
| 111 | artigofactura_new | /artigofactura/new/{id} | Path does not match |
| 112 | artigofactura_show | /artigofactura/{id} | Path does not match |
| 113 | artigofactura_edit | /artigofactura/{id}/edit | Path does not match |
| 114 | artigofactura_delete | /artigofactura/{id}/delete | Path does not match |
| 115 | audit_index | /audit/ | Path does not match |
| 116 | audit_active_users_index | /audit/active_users | Path does not match |
| 117 | audit_new | /audit/new | Path does not match |
| 118 | audit_show | /audit/{id} | Path does not match |
| 119 | audit_edit | /audit/{id}/edit | Path does not match |
| 120 | audit_delete | /audit/{id} | Path does not match |
| 121 | account_balance_line_index | /accounting/balance/line/ | Path does not match |
| 122 | account_balance_line_new | /accounting/balance/line/new | Path does not match |
| 123 | account_balance_line_show | /accounting/balance/line/{id} | Path does not match |
| 124 | account_balance_line_edit | /accounting/balance/line/{id}/edit | Path does not match |
| 125 | account_balance_line_delete | /accounting/balance/line/{id} | Path does not match |
| 126 | balance_sheet_analytical | /accounting/balance_sheet/analytical | Path does not match |
| 127 | balance_sheet_synthetic | /accounting/balance_sheet/synthetic | Path does not match |
| 128 | balance_sheet_simplified | /accounting/balance_sheet/simplified | Path does not match |
| 129 | balance_sheet_complete | /accounting/balance_sheet/complete | Path does not match |
| 130 | banco_index | /banco/ | Path does not match |
| 131 | banco_new | /banco/new | Path does not match |
| 132 | banco_show | /banco/{id} | Path does not match |
| 133 | banco_edit | /banco/{id}/edit | Path does not match |
| 134 | banco_delete | /banco/{id} | Path does not match |
| 135 | categoriaartigo_index | /categoriaartigo/ | Path does not match |
| 136 | categoriaartigo_new | /categoriaartigo/new | Path does not match |
| 137 | categoriaartigo_show | /categoriaartigo/{id} | Path does not match |
| 138 | categoriaartigo_edit | /categoriaartigo/{id}/edit | Path does not match |
| 139 | categoriaartigo_delete | /categoriaartigo/{id} | Path does not match |
| 140 | categoriamovimento_index | /definicoes/categoriamovimento/ | Path does not match |
| 141 | categoriamovimento_new | /definicoes/categoriamovimento/new | Path does not match |
| 142 | categoriamovimento_show | /definicoes/categoriamovimento/{id} | Path does not match |
| 143 | categoriamovimento_edit | /definicoes/categoriamovimento/{id}/edit | Path does not match |
| 144 | categoriamovimento_delete | /definicoes/categoriamovimento/{id} | Path does not match |
| 145 | definicoes_company | /definicoes/company/identidade/{id} | Path does not match |
| 146 | definicoes_account_company | /definicoes/company/identidade/account/local | Path does not match |
| 147 | definicoes_contact_company | /definicoes/company/contactos/{id} | Path does not match |
| 148 | definicoes_sif-settings_company | /definicoes/company/sif-settings/{id} | Path does not match |
| 149 | definicoes_company_mini | /definicoes/company/accounting/identidade/show-mini/{id} | Path does not match |
| 150 | definicoes_logo_company | /definicoes/company/logotipo/{id} | Path does not match |
| 151 | definicoes_plan_company | /definicoes/company/plan_counter/{id} | Path does not match |
| 152 | company_delete | /definicoes/company/{id} | Path does not match |
| 153 | contabancaria_index | /accoun/contabancaria/ | Path does not match |
| 154 | contabancaria_new | /accoun/contabancaria/new | Path does not match |
| 155 | contabancaria_show | /accoun/contabancaria/{id} | Path does not match |
| 156 | contabancaria_edit | /accoun/contabancaria/{id}/edit | Path does not match |
| 157 | contabancaria_delete | /accoun/contabancaria/{id} | Path does not match |
| 158 | creditnote_index | /invoice/creditnote/ | Path does not match |
| 159 | creditnote_new | /invoice/creditnote/new/{id} | Path does not match |
| 160 | creditnote_new_advance_payment | /invoice/creditnote/advance_payment/{id} | Path does not match |
| 161 | creditnote_show | /invoice/creditnote/{id} | Path does not match |
| 162 | creditnote_print | /invoice/creditnote/print/{id} | Path does not match |
| 163 | creditnote_edit | /invoice/creditnote/{id}/edit | Path does not match |
| 164 | creditnote_delete | /invoice/creditnote/{id} | Path does not match |
| 165 | homepage | / | Path does not match |
| 166 | full_search | /search | Path does not match |
| 167 | get_asset | /getasset/{type}/{object}/{name} | Path does not match |
| 168 | download | /download/{filename} | Path does not match |
| 169 | Path does not match | ||
| 170 | qr_code | /qr/{string} | Path does not match |
| 171 | qr_code_gen | /qrcode/{id} | Path does not match |
| 172 | user_start | /start-over/{token} | Path does not match |
| 173 | config_start | /init/config/{id} | Path does not match |
| 174 | sid_attachement | /sid/att/{attachement} | Path does not match |
| 175 | sid_do | /sid/do/{id} | Path does not match |
| 176 | sid_invoice | /sid/invoice/{id} | Path does not match |
| 177 | definicoes_index | /definicoes/ | Path does not match |
| 178 | deliverynote_index | /invoice/deliverynote/ | Path does not match |
| 179 | delivery_note_factura_print | /invoice/deliverynote/{id}/print/deliverynote | Path does not match |
| 180 | delivery_note_genrate_pdf | /invoice/deliverynote/{id}/generatepdf/deliverynote | Path does not match |
| 181 | deliverynote_new | /invoice/deliverynote/new/{id} | Path does not match |
| 182 | deliverynote_show | /invoice/deliverynote/{id} | Path does not match |
| 183 | deliverynote_edit | /invoice/deliverynote/{id}/edit | Path does not match |
| 184 | deliverynote_delete | /invoice/deliverynote/{id} | Path does not match |
| 185 | diversos_index | /definicoes/diversos/ | Path does not match |
| 186 | diversos_footerNotes_index | /definicoes/diversos/footer_notes | Path does not match |
| 187 | diversos_new | /definicoes/diversos/new | Path does not match |
| 188 | diversos_show | /definicoes/diversos/{id} | Path does not match |
| 189 | diversos_edit | /definicoes/diversos/{id}/edit | Path does not match |
| 190 | diversos_delete | /definicoes/diversos/{id} | Path does not match |
| 191 | documentsettings_index | /definicoes/documentsettings/ | Path does not match |
| 192 | documentsettings_new | /definicoes/documentsettings/new | Path does not match |
| 193 | documentsettings_show | /definicoes/documentsettings/{id} | Path does not match |
| 194 | documentsettings_edit | /definicoes/documentsettings/{id}/edit | Path does not match |
| 195 | documentsettings_delete | /definicoes/documentsettings/{id} | Path does not match |
| 196 | documentsubmit_index | /invoice/submit/ | Path does not match |
| 197 | documentsubmit_new | /invoice/submit/new/{id} | Path does not match |
| 198 | documentsubmit_show | /invoice/submit/{id} | Path does not match |
| 199 | documentsubmit_edit | /invoice/submit/{id}/edit | Path does not match |
| 200 | documentsubmit_delete | /invoice/submit/{id} | Path does not match |
| 201 | doomaccount_index | /rest/doom_request/ | Path does not match |
| 202 | doomaccount_new | /rest/doom_request/new | Path does not match |
| 203 | doom_close_new | /rest/doom_request/close/{id} | Path does not match |
| 204 | doom_close_invoice_new | /rest/doom_request/bin/iso/new/{id} | Path does not match |
| 205 | doomaccount_show | /rest/doom_request/{id} | Path does not match |
| 206 | doomaccount_edit | /rest/doom_request/{id}/edit | Path does not match |
| 207 | doomaccount_delete | /rest/doom_request/{id} | Path does not match |
| 208 | doomaccount_ticket_print | /rest/doom_request/print/{id} | Path does not match |
| 209 | doomaccountrequest_index | /rest/doom_acc_request/index/{id} | Path does not match |
| 210 | doomaccountrequest_new | /rest/doom_acc_request/new/{id} | Path does not match |
| 211 | doomaccountrequest_show | /rest/doom_acc_request/{id} | Path does not match |
| 212 | doomaccountrequest_edit | /rest/doom_acc_request/{id}/edit | Path does not match |
| 213 | doomaccountrequest_transfer | /rest/doom_acc_request/{id}/transfer | Path does not match |
| 214 | doomaccountrequest_edit_step | /rest/doom_acc_request/{id}/edit/{status} | Path does not match |
| 215 | doomaccountrequest_delete | /rest/doom_acc_request/{id} | Path does not match |
| 216 | doom_index | /rest/doom/ | Path does not match |
| 217 | doom_new | /rest/doom/new | Path does not match |
| 218 | doom_show | /rest/doom/{id} | Path does not match |
| 219 | doom_edit | /rest/doom/{id}/edit | Path does not match |
| 220 | doom_delete | /rest/doom/{id} | Path does not match |
| 221 | factura_index | /invoice/ | Path does not match |
| 222 | factura_new | /invoice/bin/iso/new | Path does not match |
| 223 | factura_edit_back | /invoice/bin/iso/edit/{id} | Path does not match |
| 224 | factura_show | /invoice/{id} | Path does not match |
| 225 | factura_transformar | /invoice/{id}/transformar/{tipo} | Path does not match |
| 226 | factura_pay_invoice | /invoice/{id}/pay | Path does not match |
| 227 | factura_gerar | /invoice/{id}/gerar/{tipo} | Path does not match |
| 228 | invoice_generate_new | /invoice/{id}/generate/from/{tipo} | Path does not match |
| 229 | factura_edit | /invoice/{id}/edit | Path does not match |
| 230 | factura_print | /invoice/{id}/print/factura | Path does not match |
| 231 | factura_print_delivery_note | /invoice/{id}/print/delivery_note | Path does not match |
| 232 | factura_preview | /invoice/{id}/preview | Path does not match |
| 233 | factura_end | /invoice/{id}/end/{estado}/{print} | Path does not match |
| 234 | factura_delete | /invoice/{id} | Path does not match |
| 235 | factura_reign_hash | /invoice/resign/hash | Path does not match |
| 236 | factura_bookmark | /invoice/bookmark/{id} | Path does not match |
| 237 | factura_sif_submit | /invoice/api/facturas/{id}/enviar-sif | Path does not match |
| 238 | factura_sif_status | /invoice/api/facturas/{id}/consultar-status-sif | Path does not match |
| 239 | grupoterceiro_index | /grupoterceiro/ | Path does not match |
| 240 | grupoterceiro_new | /grupoterceiro/new | Path does not match |
| 241 | grupoterceiro_show | /grupoterceiro/{id} | Path does not match |
| 242 | grupoterceiro_edit | /grupoterceiro/{id}/edit | Path does not match |
| 243 | grupoterceiro_delete | /grupoterceiro/{id} | Path does not match |
| 244 | industria_index | /definicoes/industria/ | Path does not match |
| 245 | industria_new | /definicoes/industria/new | Path does not match |
| 246 | industria_show | /definicoes/industria/{id} | Path does not match |
| 247 | industria_edit | /definicoes/industria/{id}/edit | Path does not match |
| 248 | industria_delete | /definicoes/industria/{id} | Path does not match |
| 249 | integration_index | /access/integration/ | Path does not match |
| 250 | integration_new | /access/integration/new | Path does not match |
| 251 | integration_show | /access/integration/{id} | Path does not match |
| 252 | integration_edit | /access/integration/{id}/edit | Path does not match |
| 253 | integration_delete | /access/integration/{id} | Path does not match |
| 254 | item_index | /stock/items/ | Path does not match |
| 255 | labels_item_index | /stock/items/labels | Path does not match |
| 256 | artigo_index_extract | /stock/items/extract | Path does not match |
| 257 | item_stock_index_extract | /stock/items/st/{wareHouse} | Path does not match |
| 258 | artigo_index_export_extract | /stock/items/extract/export | Path does not match |
| 259 | artigo_inventory_index_import_extract | /stock/items/extract/import | Path does not match |
| 260 | item_new | /stock/items/new | Path does not match |
| 261 | item_import | /stock/items/import/{do} | Path does not match |
| 262 | item_edit | /stock/items/{id}/edit/full | Path does not match |
| 263 | item_out_store_one | /stock/items/outstore/{id}/{mini} | Path does not match |
| 264 | item_show_one | /stock/items/show/{id}/{mini} | Path does not match |
| 265 | item_delete | /stock/items/delete/{id} | Path does not match |
| 266 | stock_item_import_index | /stock/item/import/ | Path does not match |
| 267 | stock_item_import_new | /stock/item/import/new | Path does not match |
| 268 | stock_item_import_show | /stock/item/import/{id} | Path does not match |
| 269 | stock_item_import_edit | /stock/item/import/{id}/edit | Path does not match |
| 270 | stock_item_import_delete | /stock/item/import/{id} | Path does not match |
| 271 | itemwarehouse_index | /itemwarehouse/ | Path does not match |
| 272 | itemwarehouse_new | /itemwarehouse/new | Path does not match |
| 273 | itemwarehouse_show | /itemwarehouse/{id} | Path does not match |
| 274 | itemwarehouse_edit | /itemwarehouse/{id}/edit | Path does not match |
| 275 | itemwarehouse_delete | /itemwarehouse/{id} | Path does not match |
| 276 | iva_index | /definicoes/iva/ | Path does not match |
| 277 | iva_new | /definicoes/iva/new | Path does not match |
| 278 | iva_show | /definicoes/iva/{id} | Path does not match |
| 279 | iva_edit | /definicoes/iva/{id}/edit | Path does not match |
| 280 | iva_delete | /definicoes/iva/{id} | Path does not match |
| 281 | app_auth_login | /auth/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.