Skip to content

[8.x] data_get function not available when using stand-alone illuminate/collections #33875

@kbond

Description

@kbond
  • Laravel Version: 8.x
  • PHP Version: 7.4.9
  • Database Driver & Version: n/a

Description:

When using illuminate/collections as a stand alone package, it makes calls to the data_get function (11 places) which is not defined. It is in Illuminate/Support/helpers.php (which is not available in the stand-alone package).

Steps To Reproduce:

  1. Install illuminate/collections
  2. Try to use Arr::pluck()

I'm not sure how you would want to fix this but let me know if I can help! (Ref: #32478)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions