radiate-framework / framework

A WordPress plugin and theme framework
https://radiate-framework.github.io/
MIT License
4 stars 0 forks source link

Extend illuminate collections and array #27

Closed BenRutlandWeb closed 3 years ago

BenRutlandWeb commented 3 years ago

Is your feature request related to a problem? Please describe. The illuminate package has few dependencies and will be better for supporting long term than radiate own collection class.

Describe the solution you'd like Arr and collection classes to be replaced by illuminate package which is already present in framework as part of config

Describe alternatives you've considered Improving collections and arr so full features can be carried. Ie. Arr::wrap

Additional context Have Radiate\Support\Arr extend Illuminate\Support\Arr etc ... to prevent confusion when writing classes.