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_purchases | /datatable/purchases | Path does not match |
| 17 | purchase_print_all | /datatable/print | Path does not match |
| 18 | purchase_validate_dispatch | /datatable/validate | Path does not match |
| 19 | datatable_apks | /datatable/apks | Path does not match |
| 20 | view_dispatch_pdf | /dispatch/{id}/pdf/{pickup} | Path does not match |
| 21 | record_shipment | /{id}/record | Path does not match |
| 22 | new_dispatch | /purchases/{purchaseId}/dispatches/new | Path does not match |
| 23 | edit_dispatch | /purchases/{purchaseId}/dispatches/{id}/edit | Path does not match |
| 24 | view_dispatch_label | /files/dispatch_label/{id} | Path does not match |
| 25 | view_supplier_purchase_label | /files/supplier_purchase/{id}/{format} | Path does not match |
| 26 | supplier_purchases_planning | /files/supplier_purchases_planning | Path does not match |
| 27 | view_supplier_purchase_product_label | /files/supplier_purchase_product/{id}/{format} | Path does not match |
| 28 | view_apk_version | /files/apk_version/{identifier} | Path does not match |
| 29 | home | / | Path does not match |
| 30 | list_models | /models | Path does not match |
| 31 | view_product_picture | /pictures/product/{id} | Path does not match |
| 32 | view_pickup_signature | /pictures/pickup/{id} | Path does not match |
| 33 | list_products | /products | Path does not match |
| 34 | edit_product | /products/{id}-{slug}/edit | Path does not match |
| 35 | view_product_pdf | /products/{id}/pdf | Path does not match |
| 36 | edit_product_reference | /products/{id}-{slug}/reference/{type}/edit | Path does not match |
| 37 | view_product | /products/{id}-{slug}/view | Path does not match |
| 38 | edit_product_suppliers | /products/{id}-{slug}/suppliers | Path does not match |
| 39 | edit_product_reservation | /product_reservations/{id}/edit | Path does not match |
| 40 | delete_product_reservation | /product_reservations/{id}/delete | Path does not match |
| 41 | list_purchases | /purchases | Path does not match |
| 42 | edit_purchase_address | /purchases/{id}/edit/address | Path does not match |
| 43 | edit_purchase_state | /purchases/{id}/edit/state | Path does not match |
| 44 | edit_purchase_fulfillment_type | /purchases/{id}/edit/fulfillment_type | Path does not match |
| 45 | create_purchase_note | /purchases/{id}/create/note | Path does not match |
| 46 | new_purchase_product_reservation | /purchases/{productId}-{purchaseProductId}-{purchaseId}/new | Path does not match |
| 47 | edit_purchase_note | /purchase_notes/{id}/edit | Path does not match |
| 48 | list_schedules | /schedules | Path does not match |
| 49 | view_schedule | /schedules/{id}/view | Path does not match |
| 50 | new_schedule | /schedules/new | Path does not match |
| 51 | edit_schedule | /schedules/{id}/edit | Path does not match |
| 52 | toggle_schedule_status | /schedules/{id}/toggle-status | Path does not match |
| 53 | delete_schedule | /schedules/{id}/delete | Path does not match |
| 54 | list_schedules_histories | /schedules_histories | Path does not match |
| 55 | 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.