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.
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
extendIlluminate\Support\Arr
etc ... to prevent confusion when writing classes.