Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | 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 | api_gift_set_quantities | /api/gift-set/quantities | Path does not match |
| 13 | api_order_post | /api/order | Path does not match |
| 14 | api_order_invoice | /api/order/invoice/{orderId} | Path does not match |
| 15 | api_purchase_get | /api/purchase/get | Path does not match |
| 16 | api_track | /api/track | Path does not match |
| 17 | customs_broker_list | /admin/customs_broker/list | Path does not match |
| 18 | customs_broker_create | /admin/customs_broker/create | Path does not match |
| 19 | customs_broker_update | /admin/customs_broker/update/{id} | Path does not match |
| 20 | customs_broker_view | /admin/customs_broker/view/{id} | Path does not match |
| 21 | customs_broker_delete | /admin/customs_broker/delete/{id} | Path does not match |
| 22 | customs_broker_ajax_data | /admin/customs_broker/ajax/data | Path does not match |
| 23 | ajax_create_customs_broker | /admin/customs_broker/ajax/create | Path does not match |
| 24 | customs_broker_ajax_create | /admin/customs_broker/ajax_create | Path does not match |
| 25 | customs_broker_show_file | /admin/customs_broker/show_file/{id} | Path does not match |
| 26 | dashboard | /admin/dashboard | Path does not match |
| 27 | gift_set_list | /admin/gift_set/list | Path does not match |
| 28 | gift_set_create | /admin/gift_set/create | Path does not match |
| 29 | gift_set_update | /admin/gift_set/update/{id} | Path does not match |
| 30 | gift_set_view | /admin/gift_set/view/{id} | Path does not match |
| 31 | gift_set_delete | /admin/gift_set/delete/{id} | Path does not match |
| 32 | gift_set_ajax_data | /admin/gift_set/ajax/data | Path does not match |
| 33 | base_homepage | / | Path does not match |
| 34 | logismart_order_send | /admin/logismart/order/send/{id} | Path does not match |
| 35 | logismart_hook_execute | /logismart/hook | Path does not match |
| 36 | logismart_cron_arrivals_statuses | /logismart/cron_arrivals_statuses | Path does not match |
| 37 | order_list | /admin/order/list | Path does not match |
| 38 | order_create | /admin/order/create | Path does not match |
| 39 | order_update | /admin/order/update/{id} | Path does not match |
| 40 | order_view | /admin/order/view/{id} | Path does not match |
| 41 | order_ajax_data | /admin/order/ajax/data | Path does not match |
| 42 | order_invoice | /admin/order/invoice/{orderId} | Path does not match |
| 43 | order_engraving_sheet | /admin/order/engraving_sheet/{id} | Path does not match |
| 44 | preload_form_data | /admin/order/preload | Path does not match |
| 45 | order_list_supplier | /admin/order/supplier/list | Path does not match |
| 46 | order_supplier_ajax_data | /admin/order/supplier/ajax/data | Path does not match |
| 47 | order_supplier_edit | /admin/order/supplier/edit/{id} | Path does not match |
| 48 | product_list | /admin/product/list | Path does not match |
| 49 | product_create | /admin/product/create | Path does not match |
| 50 | product_update | /admin/product/update/{id} | Path does not match |
| 51 | product_view | /admin/product/view/{id} | Path does not match |
| 52 | product_delete | /admin/product/delete/{id} | Path does not match |
| 53 | product_ajax_data | /admin/product/ajax/data | Path does not match |
| 54 | project_index | /admin/project/ | Path does not match |
| 55 | project_new | /admin/project/new | Path does not match |
| 56 | project_show | /admin/project/{id} | Path does not match |
| 57 | project_edit | /admin/project/{id}/edit | Path does not match |
| 58 | project_delete | /admin/project/{id} | Path does not match |
| 59 | project_ajax_data | /admin/project/ajax/data | Path does not match |
| 60 | purchase_list | /admin/purchase/list | Path does not match |
| 61 | purchase_create | /admin/purchase/create | Path does not match |
| 62 | purchase_update | /admin/purchase/update/{id} | Path does not match |
| 63 | purchase_view | /admin/purchase/view/{id} | Path does not match |
| 64 | purchase_delete | /admin/purchase/delete/{id} | Path does not match |
| 65 | purchase_ajax_data | /admin/purchase/ajax/data | Path does not match |
| 66 | purchase_show_file | /admin/purchase/show_file/{id} | Path does not match |
| 67 | secret_key_list | /admin/secret_key/list | Path does not match |
| 68 | secret_key_ajax_data | /admin/secret_key/ajax/data | Path does not match |
| 69 | secret_key_generate_barcode | /admin/secret_key/generate-barcode/{barcode} | Path does not match |
| 70 | 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.