GET https://dev.quiro.care/catalogo/checkout/patient-data

PHPFlasher Notifications

Notifications 0/1

Displayed Notifications

# Plugin Type Title Message Options

Remaining Notifications

# Plugin Type Title Message Options
1 flasher error El carrito está vacío. No Options

Debug

Version Information

  • PHPFlasher Version: 2.1.6
  • PHP Version: 8.2.10
  • Symfony Version: 7.0.10

Configuration

[
  "scripts" => []
  "styles" => [
    "/vendor/flasher/flasher.min.css"
  ]
  "options" => []
  "plugins" => [
    "flasher" => [
      "scripts" => []
      "styles" => [
        "/vendor/flasher/flasher.min.css"
      ]
      "options" => []
    ]
  ]
  "default" => "flasher"
  "main_script" => "/vendor/flasher/flasher.min.js"
  "translate" => true
  "inject_assets" => true
  "filter" => []
  "presets" => [
    "created" => [
      "type" => "success"
      "message" => "The resource was created"
      "options" => []
    ]
    "updated" => [
      "type" => "success"
      "message" => "The resource was updated"
      "options" => []
    ]
    "saved" => [
      "type" => "success"
      "message" => "The resource was saved"
      "options" => []
    ]
    "deleted" => [
      "type" => "success"
      "message" => "The resource was deleted"
      "options" => []
    ]
  ]
  "flash_bag" => [
    "success" => [
      "success"
    ]
    "error" => [
      "error"
      "danger"
    ]
    "warning" => [
      "warning"
      "alarm"
    ]
    "info" => [
      "info"
      "notice"
      "alert"
    ]
  ]
  "excluded_paths" => [
    "/^\/_profiler/"
    "/^\/_fragment/"
  ]
]