Laravel collections have become an essential part of my codebases and I couldn't imagine working without them. I have found giving collections the voice of the problem domain makes for a much nicer API when compared to the generic collection methods.
26/Dec/18 · by Tim MacDonaldSimplify Data Display & Manipulation with the Ultimate Mixin
09/Nov/18 · by Daniel AlvidrezCollections are fantastic features of the framework. With the functionality that the collection offers, we can easily handle any need that a dataset requires. But still, in some cases, we may extend with custom functionality.
17/Jul/18 · by Gergo NagyA set of useful Laravel collection macros.
by Freek Van der Herten