Laravel Var Dump Server =======================    [OK] Server listening on tcp://127.0.0.1:9912     // Quit the server with CONTROL-C.

POST http://apoyos2021.test/solicitudes

  • controller
    "RequestsController"
    
  • project dirC:\laragon\www\Apoyos2021

RequestsController.php on line 1357

Illuminate\Database\Eloquent\Collection {#428
  #items: array:1 [
    0 => App\ModelsRequisition {#430
      #table: "requests"
      #fillable: array:14 [
        0 => "folio"
        1 => "type"
        2 => "description"
        3 => "petitioner"
        4 => "image"
        5 => "users_id"
        6 => "usersAuth_id"
        7 => "status_id"
        8 => "curpPetitioner"
        9 => "beneficiary"
        10 => "supports_id"
        11 => "categories_id"
        12 => "date"
        13 => "departments_institutes_id"
      ]
      #connection: "mysql"
      #primaryKey: "id"
      #keyType: "int"
      +incrementing: true
      #with: []
      #withCount: []
      #perPage: 15
      +exists: true
      +wasRecentlyCreated: false
      #attributes: array:18 [
        "id" => 47
        "folio" => "RGV4FfiL0"
        "type" => ""
        "description" => "Aliquam nostrud dolo"
        "petitioner" => "Autem aut nisi quis"
        "image" => "apostol.jpg"
        "created_at" => "2021-08-18 22:02:56"
        "updated_at" => "2021-08-18 22:02:56"
        "users_id" => 2
        "usersAuth_id" => 2
        "categories_id" => 1
        "supports_id" => 1
        "status_id" => 1
        "curpPetitioner" => "TTTT454545TTTTTT45"
        "beneficiary" => 0
        "date" => "1992-06-22"
        "departments_institutes_id" => 1
        "area" => null
      ]
      #original: array:18 [
        "id" => 47
        "folio" => "RGV4FfiL0"
        "type" => ""
        "description" => "Aliquam nostrud dolo"
        "petitioner" => "Autem aut nisi quis"
        "image" => "apostol.jpg"
        "created_at" => "2021-08-18 22:02:56"
        "updated_at" => "2021-08-18 22:02:56"
        "users_id" => 2
        "usersAuth_id" => 2
        "categories_id" => 1
        "supports_id" => 1
        "status_id" => 1
        "curpPetitioner" => "TTTT454545TTTTTT45"
        "beneficiary" => 0
        "date" => "1992-06-22"
        "departments_institutes_id" => 1
        "area" => null
      ]
      #changes: []
      #casts: []
      #classCastCache: []
      #dates: []
      #dateFormat: null
      #appends: []
      #dispatchesEvents: []
      #observables: []
      #relations: []
      #touches: []
      +timestamps: true
      #hidden: []
      #visible: []
      #guarded: array:1 [
        0 => "*"
      ]
    }
  ]
}