CouponController :: indexAction

Request

GET Parameters

Key Value
action
"list"
entity
"Coupon"
menuIndex
"5"
p
"admin/"
page
"1"
referer
"%2Fadmin%2F%3Fp%3Dadmin%2F%26entity%3DCoupon%26action%3Dlist%26menuIndex%3D5%26submenuIndex%3D-1%26sortField%3Did%26sortDirection%3DDESC%26page%3D1"
sortDirection
"DESC"
sortField
"expiresAt"
submenuIndex
"-1"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\CouponController::indexAction"
_firewall_context
"security.firewall.map.context.main"
_route
"easyadmin"
_route_params
[]
easyadmin
[
  "entity" => [
    "class" => "App\Entity\Coupon"
    "controller" => "App\Controller\CouponController"
    "label" => "menu.coupons"
    "icon" => "gift"
    "permission" => [
      "ROLE_SUPER_ADMIN"
    ]
    "list" => [
      "dql_filter" => null
      "fields" => [
        "promoCode" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Código Promocional"
          "type" => "string"
          "fieldType" => "text"
          "dataType" => "string"
          "virtual" => false
          "sortable" => true
          "template" => "@EasyAdmin/default/field_string.html.twig"
          "type_options" => [
            "required" => true
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "promoCode"
          "scale" => 0
          "length" => 10
          "unique" => false
          "nullable" => false
          "precision" => 0
          "columnName" => "promo_code"
          "property" => "promoCode"
        ]
        "expiresAt" => [
          "css_class" => ""
          "format" => "d/m/Y H:i:s"
          "help" => null
          "label" => "Expira en"
          "type" => "datetime"
          "fieldType" => "datetime"
          "dataType" => "datetime"
          "virtual" => false
          "sortable" => true
          "template" => "@EasyAdmin/default/field_datetime.html.twig"
          "type_options" => [
            "required" => true
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "expiresAt"
          "scale" => 0
          "length" => null
          "unique" => false
          "nullable" => false
          "precision" => 0
          "columnName" => "expires_at"
          "property" => "expiresAt"
        ]
        "limitUses" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Nro Usos Límite"
          "type" => "integer"
          "fieldType" => "integer"
          "dataType" => "integer"
          "virtual" => false
          "sortable" => true
          "template" => "@EasyAdmin/default/field_integer.html.twig"
          "type_options" => [
            "required" => true
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "limitUses"
          "scale" => 0
          "length" => null
          "unique" => false
          "nullable" => false
          "precision" => 0
          "columnName" => "limit_uses"
          "property" => "limitUses"
        ]
        "activatedUses" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Nro Usos Activados"
          "type" => "text"
          "fieldType" => null
          "dataType" => "text"
          "virtual" => true
          "sortable" => false
          "template" => "@EasyAdmin/default/field_text.html.twig"
          "type_options" => [
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "columnName" => "activatedUses"
          "fieldName" => "activatedUses"
          "id" => false
          "length" => null
          "nullable" => false
          "precision" => 0
          "scale" => 0
          "unique" => false
          "property" => "activatedUses"
        ]
        "createdAt" => [
          "css_class" => ""
          "format" => "d/m/Y H:i:s"
          "help" => null
          "label" => "Creado en"
          "type" => "datetime"
          "fieldType" => "datetime"
          "dataType" => "datetime"
          "virtual" => false
          "sortable" => true
          "template" => "@EasyAdmin/default/field_datetime.html.twig"
          "type_options" => [
            "required" => true
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "createdAt"
          "scale" => 0
          "length" => null
          "unique" => false
          "nullable" => false
          "precision" => 0
          "columnName" => "created_at"
          "property" => "createdAt"
        ]
        "updatedAt" => [
          "css_class" => ""
          "format" => "d/m/Y H:i:s"
          "help" => null
          "label" => "Editado en"
          "type" => "datetime"
          "fieldType" => "datetime"
          "dataType" => "datetime"
          "virtual" => false
          "sortable" => true
          "template" => "@EasyAdmin/default/field_datetime.html.twig"
          "type_options" => [
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "updatedAt"
          "scale" => 0
          "length" => null
          "unique" => false
          "nullable" => true
          "precision" => 0
          "columnName" => "updated_at"
          "property" => "updatedAt"
        ]
      ]
      "actions" => [
        "show" => [
          "name" => "show"
          "type" => "method"
          "label" => false
          "title" => "action.show"
          "css_class" => "btn btn-default action-show"
          "icon" => "eye"
          "target" => "_self"
          "template" => "@EasyAdmin/default/action.html.twig"
          "ask_confirm" => null
        ]
        "edit" => [
          "name" => "edit"
          "type" => "method"
          "label" => false
          "title" => "action.edit"
          "css_class" => "btn btn-success action-edit"
          "icon" => "pencil"
          "target" => "_self"
          "template" => "@EasyAdmin/default/action.html.twig"
          "ask_confirm" => null
        ]
        "delete" => [
          "name" => "delete"
          "type" => "method"
          "label" => false
          "title" => "action.delete"
          "css_class" => "btn btn-danger action-delete"
          "icon" => "trash"
          "target" => "_self"
          "template" => "@EasyAdmin/default/action.html.twig"
          "ask_confirm" => null
        ]
        "new" => [
          "name" => "new"
          "type" => "method"
          "label" => "action.new"
          "title" => null
          "css_class" => "btn btn-primary action-new"
          "icon" => null
          "target" => "_self"
          "template" => "@EasyAdmin/default/action.html.twig"
          "ask_confirm" => null
        ]
        "search" => [
          "name" => "search"
          "type" => "method"
          "label" => "action.search"
          "title" => null
          "css_class" => " action-search"
          "icon" => null
          "target" => "_self"
          "template" => "@EasyAdmin/default/action.html.twig"
          "ask_confirm" => null
        ]
      ]
      "batch_actions" => []
      "filters" => []
      "collapse_actions" => false
      "help" => null
      "item_permission" => null
      "max_results" => 15
    ]
    "show" => [
      "fields" => [
        "promoCode" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Código Promocional"
          "type" => "string"
          "fieldType" => "text"
          "dataType" => "string"
          "virtual" => false
          "sortable" => true
          "template" => "@EasyAdmin/default/field_string.html.twig"
          "type_options" => [
            "required" => true
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "promoCode"
          "scale" => 0
          "length" => 10
          "unique" => false
          "nullable" => false
          "precision" => 0
          "columnName" => "promo_code"
          "property" => "promoCode"
        ]
        "expiresAt" => [
          "css_class" => ""
          "format" => "d/m/Y H:i:s"
          "help" => null
          "label" => "Expira en"
          "type" => "datetime"
          "fieldType" => "datetime"
          "dataType" => "datetime"
          "virtual" => false
          "sortable" => true
          "template" => "@EasyAdmin/default/field_datetime.html.twig"
          "type_options" => [
            "required" => true
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "expiresAt"
          "scale" => 0
          "length" => null
          "unique" => false
          "nullable" => false
          "precision" => 0
          "columnName" => "expires_at"
          "property" => "expiresAt"
        ]
        "limitUses" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Nro Usos Límite"
          "type" => "integer"
          "fieldType" => "integer"
          "dataType" => "integer"
          "virtual" => false
          "sortable" => true
          "template" => "@EasyAdmin/default/field_integer.html.twig"
          "type_options" => [
            "required" => true
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "limitUses"
          "scale" => 0
          "length" => null
          "unique" => false
          "nullable" => false
          "precision" => 0
          "columnName" => "limit_uses"
          "property" => "limitUses"
        ]
        "createdAt" => [
          "css_class" => ""
          "format" => "d/m/Y H:i:s"
          "help" => null
          "label" => "Creado en"
          "type" => "datetime"
          "fieldType" => "datetime"
          "dataType" => "datetime"
          "virtual" => false
          "sortable" => true
          "template" => "@EasyAdmin/default/field_datetime.html.twig"
          "type_options" => [
            "required" => true
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "createdAt"
          "scale" => 0
          "length" => null
          "unique" => false
          "nullable" => false
          "precision" => 0
          "columnName" => "created_at"
          "property" => "createdAt"
        ]
        "updatedAt" => [
          "css_class" => ""
          "format" => "d/m/Y H:i:s"
          "help" => null
          "label" => "Editado en"
          "type" => "datetime"
          "fieldType" => "datetime"
          "dataType" => "datetime"
          "virtual" => false
          "sortable" => true
          "template" => "@EasyAdmin/default/field_datetime.html.twig"
          "type_options" => [
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "updatedAt"
          "scale" => 0
          "length" => null
          "unique" => false
          "nullable" => true
          "precision" => 0
          "columnName" => "updated_at"
          "property" => "updatedAt"
        ]
        "customers" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Clientes"
          "type" => "association"
          "fieldType" => "entity"
          "dataType" => "association"
          "virtual" => false
          "sortable" => false
          "template" => "@EasyAdmin/default/field_association.html.twig"
          "type_options" => [
            "em" => "default"
            "class" => "App\Entity\Customer"
            "multiple" => true
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "customers"
          "joinTable" => [
            "name" => "coupon_customer"
            "schema" => null
            "joinColumns" => [
              [
                "name" => "coupon_id"
                "referencedColumnName" => "id"
                "onDelete" => "CASCADE"
              ]
            ]
            "inverseJoinColumns" => [
              [
                "name" => "customer_id"
                "referencedColumnName" => "id"
                "onDelete" => "CASCADE"
              ]
            ]
          ]
          "targetEntity" => "App\Entity\Customer"
          "mappedBy" => null
          "inversedBy" => null
          "cascade" => []
          "orphanRemoval" => false
          "fetch" => 2
          "isOwningSide" => true
          "sourceEntity" => "App\Entity\Coupon"
          "isCascadeRemove" => false
          "isCascadePersist" => false
          "isCascadeRefresh" => false
          "isCascadeMerge" => false
          "isCascadeDetach" => false
          "joinTableColumns" => [
            "coupon_id"
            "customer_id"
          ]
          "isOnDeleteCascade" => true
          "relationToSourceKeyColumns" => [
            "coupon_id" => "id"
          ]
          "relationToTargetKeyColumns" => [
            "customer_id" => "id"
          ]
          "associationType" => 8
          "property" => "customers"
        ]
      ]
      "actions" => [
        "edit" => [
          "name" => "edit"
          "type" => "method"
          "label" => "action.edit"
          "title" => null
          "css_class" => "btn btn-primary action-edit"
          "icon" => "edit"
          "target" => "_self"
          "template" => "@EasyAdmin/default/action.html.twig"
          "ask_confirm" => null
        ]
        "delete" => [
          "name" => "delete"
          "type" => "method"
          "label" => "action.delete"
          "title" => null
          "css_class" => "btn text-danger action-delete"
          "icon" => "trash-o"
          "target" => "_self"
          "template" => "@EasyAdmin/default/action.html.twig"
          "ask_confirm" => null
        ]
        "list" => [
          "name" => "list"
          "type" => "method"
          "label" => "action.list"
          "title" => null
          "css_class" => "btn btn-link pr-0 action-list"
          "icon" => null
          "target" => "_self"
          "template" => "@EasyAdmin/default/action.html.twig"
          "ask_confirm" => null
        ]
      ]
      "help" => null
      "item_permission" => null
      "max_results" => 10
    ]
    "form" => [
      "fields" => [
        "isGeneratedPromoCode" => [
          "property" => "isGeneratedPromoCode"
          "label" => "Auto Generar Promo Code"
          "type" => "checkbox"
          "type_options" => [
            "attr" => [
              "autocomplete" => "off"
              "class" => "cb_auto_generate_promo_code"
            ]
          ]
        ]
        "promoCode" => [
          "property" => "promoCode"
          "label" => "Código Promocional"
          "type_options" => [
            "required" => true
            "attr" => [
              "autocomplete" => "off"
              "class" => "text_promo_code"
              "maxlength" => 6
              "style" => "text-transform: uppercase;"
            ]
          ]
        ]
        "expiresAt" => [
          "property" => "expiresAt"
          "label" => "Expira en"
          "type" => "App\Form\Type\ExpiredAtType"
          "type_options" => [
            "attr" => [
              "autocomplete" => "off"
            ]
            "required" => true
          ]
        ]
        "limitUses" => [
          "property" => "limitUses"
          "label" => "Nro Usos Límite"
          "type_options" => [
            "required" => true
          ]
        ]
        "customers" => [
          "property" => "customers"
          "label" => "Clientes"
          "type_options" => [
            "multiple" => true
          ]
        ]
      ]
      "form_options" => []
      "actions" => []
    ]
    "edit" => [
      "fields" => [
        "isGeneratedPromoCode" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Auto Generar Promo Code"
          "type" => "checkbox"
          "fieldType" => "checkbox"
          "dataType" => "toggle"
          "virtual" => false
          "sortable" => true
          "template" => null
          "type_options" => [
            "required" => false
            "attr" => [
              "autocomplete" => "off"
              "class" => "cb_auto_generate_promo_code"
            ]
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "isGeneratedPromoCode"
          "scale" => 0
          "length" => null
          "unique" => false
          "nullable" => false
          "precision" => 0
          "columnName" => "is_generated_promo_code"
          "property" => "isGeneratedPromoCode"
        ]
        "promoCode" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Código Promocional"
          "type" => "string"
          "fieldType" => "text"
          "dataType" => "string"
          "virtual" => false
          "sortable" => true
          "template" => null
          "type_options" => [
            "required" => true
            "attr" => [
              "autocomplete" => "off"
              "class" => "text_promo_code"
              "maxlength" => 6
              "style" => "text-transform: uppercase;"
            ]
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "promoCode"
          "scale" => 0
          "length" => 10
          "unique" => false
          "nullable" => false
          "precision" => 0
          "columnName" => "promo_code"
          "property" => "promoCode"
        ]
        "expiresAt" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Expira en"
          "type" => "App\Form\Type\ExpiredAtType"
          "fieldType" => "App\Form\Type\ExpiredAtType"
          "dataType" => "datetime"
          "virtual" => false
          "sortable" => true
          "template" => null
          "type_options" => [
            "required" => true
            "attr" => [
              "autocomplete" => "off"
            ]
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "expiresAt"
          "scale" => 0
          "length" => null
          "unique" => false
          "nullable" => false
          "precision" => 0
          "columnName" => "expires_at"
          "property" => "expiresAt"
        ]
        "limitUses" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Nro Usos Límite"
          "type" => "integer"
          "fieldType" => "integer"
          "dataType" => "integer"
          "virtual" => false
          "sortable" => true
          "template" => null
          "type_options" => [
            "required" => true
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "limitUses"
          "scale" => 0
          "length" => null
          "unique" => false
          "nullable" => false
          "precision" => 0
          "columnName" => "limit_uses"
          "property" => "limitUses"
        ]
        "customers" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Clientes"
          "type" => "association"
          "fieldType" => "entity"
          "dataType" => "association"
          "virtual" => false
          "sortable" => false
          "template" => null
          "type_options" => [
            "em" => "default"
            "class" => "App\Entity\Customer"
            "multiple" => true
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "customers"
          "joinTable" => [
            "name" => "coupon_customer"
            "schema" => null
            "joinColumns" => [
              [
                "name" => "coupon_id"
                "referencedColumnName" => "id"
                "onDelete" => "CASCADE"
              ]
            ]
            "inverseJoinColumns" => [
              [
                "name" => "customer_id"
                "referencedColumnName" => "id"
                "onDelete" => "CASCADE"
              ]
            ]
          ]
          "targetEntity" => "App\Entity\Customer"
          "mappedBy" => null
          "inversedBy" => null
          "cascade" => []
          "orphanRemoval" => false
          "fetch" => 2
          "isOwningSide" => true
          "sourceEntity" => "App\Entity\Coupon"
          "isCascadeRemove" => false
          "isCascadePersist" => false
          "isCascadeRefresh" => false
          "isCascadeMerge" => false
          "isCascadeDetach" => false
          "joinTableColumns" => [
            "coupon_id"
            "customer_id"
          ]
          "isOnDeleteCascade" => true
          "relationToSourceKeyColumns" => [
            "coupon_id" => "id"
          ]
          "relationToTargetKeyColumns" => [
            "customer_id" => "id"
          ]
          "associationType" => 8
          "property" => "customers"
        ]
      ]
      "form_options" => []
      "actions" => [
        "delete" => [
          "name" => "delete"
          "type" => "method"
          "label" => "action.delete"
          "title" => null
          "css_class" => "btn text-danger action-delete"
          "icon" => "trash-o"
          "target" => "_self"
          "template" => "@EasyAdmin/default/action.html.twig"
          "ask_confirm" => null
        ]
        "list" => [
          "name" => "list"
          "type" => "method"
          "label" => "action.list"
          "title" => null
          "css_class" => "btn btn-link pr-0 action-list"
          "icon" => null
          "target" => "_self"
          "template" => "@EasyAdmin/default/action.html.twig"
          "ask_confirm" => null
        ]
      ]
      "help" => null
      "item_permission" => null
    ]
    "name" => "Coupon"
    "search" => [
      "dql_filter" => null
      "fields" => [
        "id" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "ID"
          "type" => "integer"
          "fieldType" => "integer"
          "dataType" => "integer"
          "virtual" => false
          "sortable" => true
          "template" => null
          "type_options" => [
            "required" => true
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "id"
          "scale" => 0
          "length" => null
          "unique" => false
          "nullable" => false
          "precision" => 0
          "id" => true
          "columnName" => "id"
          "property" => "id"
        ]
        "promoCode" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Promo code"
          "type" => "string"
          "fieldType" => "text"
          "dataType" => "string"
          "virtual" => false
          "sortable" => true
          "template" => null
          "type_options" => [
            "required" => true
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "promoCode"
          "scale" => 0
          "length" => 10
          "unique" => false
          "nullable" => false
          "precision" => 0
          "columnName" => "promo_code"
          "property" => "promoCode"
        ]
        "limitUses" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Limit uses"
          "type" => "integer"
          "fieldType" => "integer"
          "dataType" => "integer"
          "virtual" => false
          "sortable" => true
          "template" => null
          "type_options" => [
            "required" => true
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "limitUses"
          "scale" => 0
          "length" => null
          "unique" => false
          "nullable" => false
          "precision" => 0
          "columnName" => "limit_uses"
          "property" => "limitUses"
        ]
      ]
      "help" => null
      "item_permission" => null
    ]
    "new" => [
      "fields" => [
        "isGeneratedPromoCode" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Auto Generar Promo Code"
          "type" => "checkbox"
          "fieldType" => "checkbox"
          "dataType" => "toggle"
          "virtual" => false
          "sortable" => true
          "template" => null
          "type_options" => [
            "required" => false
            "attr" => [
              "autocomplete" => "off"
              "class" => "cb_auto_generate_promo_code"
            ]
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "isGeneratedPromoCode"
          "scale" => 0
          "length" => null
          "unique" => false
          "nullable" => false
          "precision" => 0
          "columnName" => "is_generated_promo_code"
          "property" => "isGeneratedPromoCode"
        ]
        "promoCode" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Código Promocional"
          "type" => "string"
          "fieldType" => "text"
          "dataType" => "string"
          "virtual" => false
          "sortable" => true
          "template" => null
          "type_options" => [
            "required" => true
            "attr" => [
              "autocomplete" => "off"
              "class" => "text_promo_code"
              "maxlength" => 6
              "style" => "text-transform: uppercase;"
            ]
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "promoCode"
          "scale" => 0
          "length" => 10
          "unique" => false
          "nullable" => false
          "precision" => 0
          "columnName" => "promo_code"
          "property" => "promoCode"
        ]
        "expiresAt" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Expira en"
          "type" => "App\Form\Type\ExpiredAtType"
          "fieldType" => "App\Form\Type\ExpiredAtType"
          "dataType" => "datetime"
          "virtual" => false
          "sortable" => true
          "template" => null
          "type_options" => [
            "required" => true
            "attr" => [
              "autocomplete" => "off"
            ]
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "expiresAt"
          "scale" => 0
          "length" => null
          "unique" => false
          "nullable" => false
          "precision" => 0
          "columnName" => "expires_at"
          "property" => "expiresAt"
        ]
        "limitUses" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Nro Usos Límite"
          "type" => "integer"
          "fieldType" => "integer"
          "dataType" => "integer"
          "virtual" => false
          "sortable" => true
          "template" => null
          "type_options" => [
            "required" => true
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "limitUses"
          "scale" => 0
          "length" => null
          "unique" => false
          "nullable" => false
          "precision" => 0
          "columnName" => "limit_uses"
          "property" => "limitUses"
        ]
        "customers" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Clientes"
          "type" => "association"
          "fieldType" => "entity"
          "dataType" => "association"
          "virtual" => false
          "sortable" => false
          "template" => null
          "type_options" => [
            "em" => "default"
            "class" => "App\Entity\Customer"
            "multiple" => true
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "customers"
          "joinTable" => [
            "name" => "coupon_customer"
            "schema" => null
            "joinColumns" => [
              [
                "name" => "coupon_id"
                "referencedColumnName" => "id"
                "onDelete" => "CASCADE"
              ]
            ]
            "inverseJoinColumns" => [
              [
                "name" => "customer_id"
                "referencedColumnName" => "id"
                "onDelete" => "CASCADE"
              ]
            ]
          ]
          "targetEntity" => "App\Entity\Customer"
          "mappedBy" => null
          "inversedBy" => null
          "cascade" => []
          "orphanRemoval" => false
          "fetch" => 2
          "isOwningSide" => true
          "sourceEntity" => "App\Entity\Coupon"
          "isCascadeRemove" => false
          "isCascadePersist" => false
          "isCascadeRefresh" => false
          "isCascadeMerge" => false
          "isCascadeDetach" => false
          "joinTableColumns" => [
            "coupon_id"
            "customer_id"
          ]
          "isOnDeleteCascade" => true
          "relationToSourceKeyColumns" => [
            "coupon_id" => "id"
          ]
          "relationToTargetKeyColumns" => [
            "customer_id" => "id"
          ]
          "associationType" => 8
          "property" => "customers"
        ]
      ]
      "form_options" => []
      "actions" => [
        "list" => [
          "name" => "list"
          "type" => "method"
          "label" => "action.list"
          "title" => null
          "css_class" => "btn btn-link pr-0 action-list"
          "icon" => null
          "target" => "_self"
          "template" => "@EasyAdmin/default/action.html.twig"
          "ask_confirm" => null
        ]
      ]
      "help" => null
      "item_permission" => null
    ]
    "translation_domain" => "messages"
    "disabled_actions" => []
    "primary_key_field_name" => "id"
    "properties" => [
      "id" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "integer"
        "fieldType" => "integer"
        "dataType" => "integer"
        "virtual" => false
        "sortable" => true
        "template" => null
        "type_options" => [
          "required" => true
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "id"
        "scale" => 0
        "length" => null
        "unique" => false
        "nullable" => false
        "precision" => 0
        "id" => true
        "columnName" => "id"
        "property" => "id"
      ]
      "isGeneratedPromoCode" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "boolean"
        "fieldType" => "checkbox"
        "dataType" => "toggle"
        "virtual" => false
        "sortable" => true
        "template" => null
        "type_options" => [
          "required" => false
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "isGeneratedPromoCode"
        "scale" => 0
        "length" => null
        "unique" => false
        "nullable" => false
        "precision" => 0
        "columnName" => "is_generated_promo_code"
        "property" => "isGeneratedPromoCode"
      ]
      "promoCode" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "string"
        "fieldType" => "text"
        "dataType" => "string"
        "virtual" => false
        "sortable" => true
        "template" => null
        "type_options" => [
          "required" => true
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "promoCode"
        "scale" => 0
        "length" => 10
        "unique" => false
        "nullable" => false
        "precision" => 0
        "columnName" => "promo_code"
        "property" => "promoCode"
      ]
      "expiresAt" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "datetime"
        "fieldType" => "datetime"
        "dataType" => "datetime"
        "virtual" => false
        "sortable" => true
        "template" => null
        "type_options" => [
          "required" => true
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "expiresAt"
        "scale" => 0
        "length" => null
        "unique" => false
        "nullable" => false
        "precision" => 0
        "columnName" => "expires_at"
        "property" => "expiresAt"
      ]
      "limitUses" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "integer"
        "fieldType" => "integer"
        "dataType" => "integer"
        "virtual" => false
        "sortable" => true
        "template" => null
        "type_options" => [
          "required" => true
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "limitUses"
        "scale" => 0
        "length" => null
        "unique" => false
        "nullable" => false
        "precision" => 0
        "columnName" => "limit_uses"
        "property" => "limitUses"
      ]
      "createdAt" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "datetime"
        "fieldType" => "datetime"
        "dataType" => "datetime"
        "virtual" => false
        "sortable" => true
        "template" => null
        "type_options" => [
          "required" => true
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "createdAt"
        "scale" => 0
        "length" => null
        "unique" => false
        "nullable" => false
        "precision" => 0
        "columnName" => "created_at"
        "property" => "createdAt"
      ]
      "updatedAt" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "datetime"
        "fieldType" => "datetime"
        "dataType" => "datetime"
        "virtual" => false
        "sortable" => true
        "template" => null
        "type_options" => [
          "required" => false
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "updatedAt"
        "scale" => 0
        "length" => null
        "unique" => false
        "nullable" => true
        "precision" => 0
        "columnName" => "updated_at"
        "property" => "updatedAt"
      ]
      "customers" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "association"
        "fieldType" => "entity"
        "dataType" => "association"
        "virtual" => false
        "sortable" => false
        "template" => null
        "type_options" => [
          "em" => "default"
          "class" => "App\Entity\Customer"
          "multiple" => true
          "required" => false
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "customers"
        "joinTable" => [
          "name" => "coupon_customer"
          "schema" => null
          "joinColumns" => [
            [
              "name" => "coupon_id"
              "referencedColumnName" => "id"
              "onDelete" => "CASCADE"
            ]
          ]
          "inverseJoinColumns" => [
            [
              "name" => "customer_id"
              "referencedColumnName" => "id"
              "onDelete" => "CASCADE"
            ]
          ]
        ]
        "targetEntity" => "App\Entity\Customer"
        "mappedBy" => null
        "inversedBy" => null
        "cascade" => []
        "orphanRemoval" => false
        "fetch" => 2
        "isOwningSide" => true
        "sourceEntity" => "App\Entity\Coupon"
        "isCascadeRemove" => false
        "isCascadePersist" => false
        "isCascadeRefresh" => false
        "isCascadeMerge" => false
        "isCascadeDetach" => false
        "joinTableColumns" => [
          "coupon_id"
          "customer_id"
        ]
        "isOnDeleteCascade" => true
        "relationToSourceKeyColumns" => [
          "coupon_id" => "id"
        ]
        "relationToTargetKeyColumns" => [
          "customer_id" => "id"
        ]
        "associationType" => 8
        "property" => "customers"
      ]
      "couponCustomers" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "association"
        "fieldType" => "entity"
        "dataType" => "association"
        "virtual" => false
        "sortable" => false
        "template" => null
        "type_options" => [
          "em" => "default"
          "class" => "App\Entity\CouponCustomer"
          "multiple" => true
          "required" => false
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "couponCustomers"
        "mappedBy" => "coupon"
        "targetEntity" => "App\Entity\CouponCustomer"
        "cascade" => []
        "orphanRemoval" => true
        "fetch" => 2
        "inversedBy" => null
        "isOwningSide" => false
        "sourceEntity" => "App\Entity\Coupon"
        "isCascadeRemove" => true
        "isCascadePersist" => false
        "isCascadeRefresh" => false
        "isCascadeMerge" => false
        "isCascadeDetach" => false
        "associationType" => 4
        "property" => "couponCustomers"
      ]
    ]
    "templates" => [
      "layout" => "@EasyAdmin/default/layout.html.twig"
      "menu" => "@EasyAdmin/default/menu.html.twig"
      "edit" => "@EasyAdmin/default/edit.html.twig"
      "list" => "@EasyAdmin/default/list.html.twig"
      "new" => "@EasyAdmin/default/new.html.twig"
      "show" => "@EasyAdmin/default/show.html.twig"
      "action" => "@EasyAdmin/default/action.html.twig"
      "filters" => "@EasyAdmin/default/filters.html.twig"
      "exception" => "@EasyAdmin/default/exception.html.twig"
      "flash_messages" => "@EasyAdmin/default/flash_messages.html.twig"
      "paginator" => "@EasyAdmin/default/paginator.html.twig"
      "field_array" => "@EasyAdmin/default/field_array.html.twig"
      "field_association" => "@EasyAdmin/default/field_association.html.twig"
      "field_avatar" => "@EasyAdmin/default/field_avatar.html.twig"
      "field_bigint" => "@EasyAdmin/default/field_bigint.html.twig"
      "field_boolean" => "@EasyAdmin/default/field_boolean.html.twig"
      "field_country" => "@EasyAdmin/default/field_country.html.twig"
      "field_date" => "@EasyAdmin/default/field_date.html.twig"
      "field_dateinterval" => "@EasyAdmin/default/field_dateinterval.html.twig"
      "field_datetime" => "@EasyAdmin/default/field_datetime.html.twig"
      "field_datetimetz" => "@EasyAdmin/default/field_datetimetz.html.twig"
      "field_decimal" => "@EasyAdmin/default/field_decimal.html.twig"
      "field_email" => "@EasyAdmin/default/field_email.html.twig"
      "field_file" => "@EasyAdmin/default/field_file.html.twig"
      "field_float" => "@EasyAdmin/default/field_float.html.twig"
      "field_guid" => "@EasyAdmin/default/field_guid.html.twig"
      "field_id" => "@EasyAdmin/default/field_id.html.twig"
      "field_image" => "@EasyAdmin/default/field_image.html.twig"
      "field_json" => "@EasyAdmin/default/field_json.html.twig"
      "field_json_array" => "@EasyAdmin/default/field_json_array.html.twig"
      "field_integer" => "@EasyAdmin/default/field_integer.html.twig"
      "field_object" => "@EasyAdmin/default/field_object.html.twig"
      "field_percent" => "@EasyAdmin/default/field_percent.html.twig"
      "field_raw" => "@EasyAdmin/default/field_raw.html.twig"
      "field_simple_array" => "@EasyAdmin/default/field_simple_array.html.twig"
      "field_smallint" => "@EasyAdmin/default/field_smallint.html.twig"
      "field_string" => "@EasyAdmin/default/field_string.html.twig"
      "field_tel" => "@EasyAdmin/default/field_tel.html.twig"
      "field_text" => "@EasyAdmin/default/field_text.html.twig"
      "field_time" => "@EasyAdmin/default/field_time.html.twig"
      "field_toggle" => "@EasyAdmin/default/field_toggle.html.twig"
      "field_url" => "@EasyAdmin/default/field_url.html.twig"
      "label_empty" => "@EasyAdmin/default/label_empty.html.twig"
      "label_inaccessible" => "@EasyAdmin/default/label_inaccessible.html.twig"
      "label_null" => "@EasyAdmin/default/label_null.html.twig"
      "label_undefined" => "@EasyAdmin/default/label_undefined.html.twig"
    ]
  ]
  "view" => "list"
  "item" => null
]

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"es-ES,es;q=0.9,en;q=0.8,fr;q=0.7"
authorization
""
connection
""
content-length
"0"
cookie
"PHPSESSID=8578ff90e1b2f47e8ee67af0792aa2b7"
host
"prod.golmanagerpanel.com"
priority
"u=0, i"
referer
"https://prod.golmanagerpanel.com/admin/?entity=Coupon&action=list&menuIndex=5&submenuIndex=-1"
sec-ch-ua
""Microsoft Edge";v="129", "Not=A?Brand";v="8", "Chromium";v="129""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""Windows""
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"same-origin"
sec-fetch-user
"?1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0"
x-cache-req
"1"
x-eig-origin
"50.87.230.228"
x-forwarded-for
"85.49.44.99"
x-php-ob-level
"0"
x-real-ip
"85.49.44.99"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Tue, 01 Oct 2024 10:18:32 GMT"
x-debug-token
"47e59c"

Cookies

Request Cookies

Key Value
PHPSESSID
"8578ff90e1b2f47e8ee67af0792aa2b7"

Response Cookies

No response cookies

Session

Session Metadata

Key Value
Created
"Tue, 01 Oct 24 04:17:32 -0600"
Last used
"Tue, 01 Oct 24 04:18:25 -0600"
Lifetime
"0"

Session Attributes

Attribute Value
_csrf/https-authenticate
"Z9oywjuu_yoXpjdNnIP-TL1ENTqKMRDGDHG5Ww8aJ4E"
_csrf/https-batch_form
"tC0a400NTnvvMN-6-ijOstEked6qv88eig_KwjCf124"
_csrf/https-delete_form
"MuMjCgF-W7M7CiqRGXHQr5wWB8DrGv3vXjwybr-qtFU"
_security.last_username
"saviolabernal7@gmail.com"
_security.main.target_path
"https://prod.golmanagerpanel.com/admin/dashboard?p=admin%2Fdashboard"
_security_main
"O:67:"Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken":2:{i:0;s:4:"main";i:1;a:5:{i:0;O:15:"App\Entity\User":8:{s:19:"\x00App\Entity\User\x00id";i:3;s:22:"\x00App\Entity\User\x00email";s:24:"saviolabernal7@gmail.com";s:22:"\x00App\Entity\User\x00roles";a:1:{i:0;s:10:"ROLE_ADMIN";}s:25:"\x00App\Entity\User\x00password";s:97:"$argon2id$v=19$m=65536,t=4,p=1$S2pvR3E2aGttVlVvOEtoVw$EQ7zFV9F4KZzNyjYYqulhM7xw89QHarLkOm1tF1/WJg";s:30:"\x00App\Entity\User\x00plainPassword";N;s:24:"\x00App\Entity\User\x00enabled";b:1;s:21:"\x00App\Entity\User\x00name";s:4:"Neti";s:24:"\x00App\Entity\User\x00celular";s:8:"no tengo";}i:1;b:1;i:2;N;i:3;a:0:{}i:4;a:1:{i:0;s:10:"ROLE_ADMIN";}}}"

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
API_DOMAIN
"https://prod.golmanagerpanel.com/api/es"
APP_ENV
"dev"
APP_SECRET
"db0fe4a082443d49ab3dfcfafa45d95b"
DATABASE_URL
"mysql://golmanag_test:Password123@127.0.0.1:3306/golmanag_WPBNK?serverVersion=5.7"
DOMAIN
"https://web.golmanager.app"
GOOGLE_API_KEY
""
GOOGLE_CLIENT_ID
""
GOOGLE_CLIENT_SECRET
""
JWT_PASSPHRASE
"e5f3d6foo6352487c0157i886ffb6d33"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MAILER_DSN
"smtp://api:fe2247dedbd5eccbaf3e36de75e48829@live.smtp.mailtrap.io:587?encryption=tls&auth_mode=login"
MAILER_URL
"null://localhost"
REVENUECAT_API_KEY
"sk_ZMPneOnNJKoDgxtcMYDiDSbXdYKBz"
SPOOF_SECRET
"MiNombreEsGol609"
STRIPE_PRICE_ID_MONTH
"price_1NFEcHGGazijMsEHepMMMj0H"
STRIPE_PRICE_ID_MONTH_TEST
"price_1NFEOhGGazijMsEHB4O3HmsU"
STRIPE_PRICE_ID_YEARLY
"price_1NFEdmGGazijMsEHOmD98dxW"
STRIPE_PRICE_ID_YEARLY_TEST
"price_1NFEQeGGazijMsEH7DI56cf8"
STRIPE_PUBLISHABLE_KEY
"pk_live_51NEgnxGGazijMsEHwXR68nmHsqi78PPRj7px1gH8z29SOtZqH3A9pZ0lrk1moMIxVqKA9JzJJOE7VecCuZqfTlMQ00c1NgoXRB"
STRIPE_PUBLISHABLE_KEY_TEST
"pk_test_51NEgnxGGazijMsEHdzuLLfg3sW2PjdeGh70KVzLMTOPvCTb9fonOO4JDuPSHZx7iOq220htvgoZp2QHtkWfOCxQg00F9FxWvlH"
STRIPE_SECRET_KEY
"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§"
STRIPE_SECRET_KEY_TEST
"sk_test_51NEgnxGGazijMsEHFMhKz0kcobsbHaipKrDutorZBVTaPLQXSlZdpTdkfiTXPpPdHC65Wsmczhxd63J53G9Yis2H00mmU6dJY0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"0"
CONTEXT_DOCUMENT_ROOT
"/home2/golmanag/public_html/prod-golmanager"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home2/golmanag/public_html/prod-golmanager"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"es-ES,es;q=0.9,en;q=0.8,fr;q=0.7"
HTTP_AUTHORIZATION
""
HTTP_CONNECTION
""
HTTP_COOKIE
"PHPSESSID=8578ff90e1b2f47e8ee67af0792aa2b7"
HTTP_HOST
"prod.golmanagerpanel.com"
HTTP_PRIORITY
"u=0, i"
HTTP_REFERER
"https://prod.golmanagerpanel.com/admin/?entity=Coupon&action=list&menuIndex=5&submenuIndex=-1"
HTTP_SEC_CH_UA
""Microsoft Edge";v="129", "Not=A?Brand";v="8", "Chromium";v="129""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""Windows""
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0"
HTTP_X_CACHE_REQ
"1"
HTTP_X_EIG_ORIGIN
"50.87.230.228"
HTTP_X_FORWARDED_FOR
"85.49.44.99"
HTTP_X_REAL_IP
"85.49.44.99"
LSPHP_ENABLE_USER_INI
"on"
PATH
"/usr/local/bin:/usr/bin:/bin"
PHP_SELF
"/backend/public/index.php"
PWD
"/"
QS_AllConn
"163"
QS_ConnectionId
"172777791186777050576937"
QS_SrvConn
"163"
QUERY_STRING
"p=admin/&p=admin/&entity=Coupon&action=list&menuIndex=5&submenuIndex=-1&sortField=expiresAt&sortDirection=DESC&page=1&referer=%252Fadmin%252F%253Fp%253Dadmin%252F%2526entity%253DCoupon%2526action%253Dlist%2526menuIndex%253D5%2526submenuIndex%253D-1%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1"
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_QS_AllConn
"163"
REDIRECT_QS_ConnectionId
"172777791186777050576937"
REDIRECT_QS_SrvConn
"163"
REDIRECT_QUERY_STRING
"p=admin/&p=admin/&entity=Coupon&action=list&menuIndex=5&submenuIndex=-1&sortField=expiresAt&sortDirection=DESC&page=1&referer=%252Fadmin%252F%253Fp%253Dadmin%252F%2526entity%253DCoupon%2526action%253Dlist%2526menuIndex%253D5%2526submenuIndex%253D-1%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_QS_AllConn
"163"
REDIRECT_REDIRECT_QS_ConnectionId
"172777791186777050576937"
REDIRECT_REDIRECT_QS_SrvConn
"163"
REDIRECT_REDIRECT_SCRIPT_URI
"https://prod.golmanagerpanel.com/admin/"
REDIRECT_REDIRECT_SCRIPT_URL
"/admin/"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_REDIRECT_UNIQUE_ID
"ZvvMdwcXfaN30VqKo4HPUQAAADI"
REDIRECT_REDIRECT_no-proxy
"1"
REDIRECT_SCRIPT_URI
"https://prod.golmanagerpanel.com/admin/"
REDIRECT_SCRIPT_URL
"/admin/"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"ZvvMdwcXfaN30VqKo4HPUQAAADI"
REDIRECT_URL
"/backend/public/admin/"
REDIRECT_no-proxy
"1"
REMOTE_ADDR
"85.49.44.99"
REMOTE_PORT
"21534"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1727777911
REQUEST_TIME_FLOAT
1727777911.91
REQUEST_URI
"/admin/?p=admin/&entity=Coupon&action=list&menuIndex=5&submenuIndex=-1&sortField=expiresAt&sortDirection=DESC&page=1&referer=%252Fadmin%252F%253Fp%253Dadmin%252F%2526entity%253DCoupon%2526action%253Dlist%2526menuIndex%253D5%2526submenuIndex%253D-1%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1"
SCRIPT_FILENAME
"/home2/golmanag/public_html/prod-golmanager/backend/public/index.php"
SCRIPT_NAME
"/backend/public/index.php"
SCRIPT_URI
"https://prod.golmanagerpanel.com/admin/"
SCRIPT_URL
"/admin/"
SERVER_ADDR
"50.87.230.228"
SERVER_ADMIN
"webmaster@prod.golmanagerpanel.com"
SERVER_NAME
"prod.golmanagerpanel.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,MAILER_URL,GOOGLE_API_KEY,GOOGLE_CLIENT_ID,GOOGLE_CLIENT_SECRET,REVENUECAT_API_KEY,STRIPE_PUBLISHABLE_KEY_TEST,STRIPE_SECRET_KEY_TEST,STRIPE_PRICE_ID_YEARLY_TEST,STRIPE_PRICE_ID_MONTH_TEST,STRIPE_PUBLISHABLE_KEY,STRIPE_SECRET_KEY,STRIPE_PRICE_ID_YEARLY,STRIPE_PRICE_ID_MONTH,DOMAIN,API_DOMAIN,SPOOF_SECRET,MAILER_DSN"
TEMP
"/tmp"
TMP
"/tmp"
TMPDIR
"/tmp"
UNIQUE_ID
"ZvvMdwcXfaN30VqKo4HPUQAAADI"
argc
1
argv
[
  "p=admin/&p=admin/&entity=Coupon&action=list&menuIndex=5&submenuIndex=-1&sortField=expiresAt&sortDirection=DESC&page=1&referer=%252Fadmin%252F%253Fp%253Dadmin%252F%2526entity%253DCoupon%2526action%253Dlist%2526menuIndex%253D5%2526submenuIndex%253D-1%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1"
]
no-proxy
"1"