You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
looks like a well-written library, which i would love to use. I noticed that it has dependency on a Illuminate\Support\Collection which registers a lot of global functions and is generally annoying. Would you be comfortable merging a PR getting rid of it?
Thank you.
The text was updated successfully, but these errors were encountered:
Hey. Thank you :) Although I must say I haven't had the time to invest in this project further.
I don't like Laravel's collections, but they do improve readability that native array functions don't. Do you have any other library candidates in mind, or were you thinking of arrays?
Hi,
looks like a well-written library, which i would love to use. I noticed that it has dependency on a
Illuminate\Support\Collection
which registers a lot of global functions and is generally annoying. Would you be comfortable merging a PR getting rid of it?Thank you.
The text was updated successfully, but these errors were encountered: