[RFC] Use Bolt Collections instead of Laravel ones #325
JarJak
started this conversation in
Ideas / Feature requests
Replies: 2 comments
-
Have you considered using https://github.com/doctrine/collections ? Or is it missing a feature you need ? Since you already use Doctrine this would mean one less dependency. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I personally think we should stop using bolt/collections.. Not "re-inventing the wheel", basically, having one less thing to maintain ourselves. And, it's a matter of personal preference certainly, but i like Laravel's collections. It has much more methods than Doctrine's. :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@bobdenotter why we don't use https://github.com/bolt/collection ? It looks great, contains immutability and can be adapted to PHP7 in 2.0 version.
Beta Was this translation helpful? Give feedback.
All reactions