Routing
security_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/security/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | list_apks | /apks | Path does not match |
| 2 | edit_apk | /apks/{id}/edit | Path does not match |
| 3 | view_latest_apk_version | /apks/{id}/latest | Path does not match |
| 4 | autocomplete_products | /autocomplete/products | Path does not match |
| 5 | list_carriers | /carriers | Path does not match |
| 6 | new_carrier | /carriers/new | Path does not match |
| 7 | edit_carrier | /carriers/{id}/edit | Path does not match |
| 8 | delete_carrier | /carriers/{id}/delete | Path does not match |
| 9 | list_collections | /collections | Path does not match |
| 10 | datatable_models | /datatable/models | Path does not match |
| 11 | datatable_products | /datatable/products | Path does not match |
| 12 | datatable_schedules | /datatable/schedules | Path does not match |
| 13 | datatable_schedules_histories | /datatable/schedules_histories | Path does not match |
| 14 | datatable_schedule_histories | /datatable/schedule/{id}/histories | Path does not match |
| 15 | datatable_stock_adjustments | /datatable/stock_adjustments | Path does not match |
| 16 | datatable_inventory_products | /datatable/inventories/{inventoryId}/products | Path does not match |
| 17 | datatable_inventories | /datatable/inventories | Path does not match |
| 18 | datatable_purchases | /datatable/purchases | Path does not match |
| 19 | purchase_print_all | /datatable/print | Path does not match |
| 20 | purchase_validate_dispatch | /datatable/validate | Path does not match |
| 21 | datatable_apks | /datatable/apks | Path does not match |
| 22 | view_dispatch_pdf | /dispatch/{id}/pdf/{pickup} | Path does not match |
| 23 | record_shipment | /{id}/record | Path does not match |
| 24 | new_dispatch | /purchases/{purchaseId}/dispatches/new | Path does not match |
| 25 | edit_dispatch | /purchases/{purchaseId}/dispatches/{id}/edit | Path does not match |
| 26 | list_warehouse_stock_exports | /files/exports/stocks | Path does not match |
| 27 | view_export | /files/exports/{fileName} | Path does not match |
| 28 | inventory_export_xlsx | /files/inventory/export/{id} | Path does not match |
| 29 | inventory_export_pdf | /files/inventory/export/{id}/pdf | Path does not match |
| 30 | view_dispatch_label | /files/dispatch_label/{id} | Path does not match |
| 31 | view_supplier_purchase_label | /files/supplier_purchase/{id}/{format} | Path does not match |
| 32 | supplier_purchases_planning | /files/supplier_purchases_planning | Path does not match |
| 33 | view_supplier_purchase_product_label | /files/supplier_purchase_product/{id}/{format} | Path does not match |
| 34 | view_apk_version | /files/apk_version/{identifier} | Path does not match |
| 35 | home | / | Path does not match |
| 36 | list_inventories | /inventories | Path does not match |
| 37 | view_inventory | /inventories/{id} | Path does not match |
| 38 | new_inventory | /inventories/new | Path does not match |
| 39 | edit_inventory | /inventories/{id}/edit | Path does not match |
| 40 | delete_inventory | /inventories/{id}/delete | Path does not match |
| 41 | new_inventory_product | /inventories/{inventoryId}/products/new | Path does not match |
| 42 | edit_inventory_product | /inventories/{inventoryId}/products/{id}/edit | Path does not match |
| 43 | inventory_product_update_quantity | /inventories/{inventoryId}/products/{id}/quantity | Path does not match |
| 44 | delete_inventory_product | /inventories/{inventoryId}/products/{id}/delete | Path does not match |
| 45 | list_models | /models | Path does not match |
| 46 | view_product_picture | /pictures/product/{id} | Path does not match |
| 47 | view_pickup_signature | /pictures/pickup/{id} | Path does not match |
| 48 | list_products | /products | Path does not match |
| 49 | edit_product | /products/{id}-{slug}/edit | Path does not match |
| 50 | edit_product_average_price | /products/{id}-{slug}/edit_average_price | Path does not match |
| 51 | view_product_pdf | /products/{id}/pdf | Path does not match |
| 52 | edit_product_reference | /products/{id}-{slug}/reference/{type}/edit | Path does not match |
| 53 | view_product | /products/{id}-{slug}/view | Path does not match |
| 54 | edit_product_suppliers | /products/{id}-{slug}/suppliers | Path does not match |
| 55 | edit_product_reservation | /product_reservations/{id}/edit | Path does not match |
| 56 | delete_product_reservation | /product_reservations/{id}/delete | Path does not match |
| 57 | list_purchases | /purchases | Path does not match |
| 58 | edit_purchase_address | /purchases/{id}/edit/address | Path does not match |
| 59 | edit_purchase_state | /purchases/{id}/edit/state | Path does not match |
| 60 | edit_purchase_fulfillment_type | /purchases/{id}/edit/fulfillment_type | Path does not match |
| 61 | create_purchase_note | /purchases/{id}/create/note | Path does not match |
| 62 | new_purchase_product_reservation | /purchases/{productId}-{purchaseProductId}-{purchaseId}/new | Path does not match |
| 63 | retrieve_purchase | /purchases/retrieval | Path does not match |
| 64 | edit_purchase_note | /purchase_notes/{id}/edit | Path does not match |
| 65 | list_schedules | /schedules | Path does not match |
| 66 | view_schedule | /schedules/{id}/view | Path does not match |
| 67 | new_schedule | /schedules/new | Path does not match |
| 68 | edit_schedule | /schedules/{id}/edit | Path does not match |
| 69 | toggle_schedule_status | /schedules/{id}/toggle-status | Path does not match |
| 70 | delete_schedule | /schedules/{id}/delete | Path does not match |
| 71 | execute_schedule | /schedules/{id}/execute | Path does not match |
| 72 | list_schedules_histories | /schedules_histories | Path does not match |
| 73 | security_login | /security/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.