In this Larabit, I'll show you five of my favorite and most-used methods when working with collections in Laravel apps. Collections are an incredibly powerful and super-useful tool to bring on board in your codebase. Large, complex arrays can easily be organized and manipulated, and it all starts with a single collect helper.
How to Create a CollectionFilter by Nested AttributesChunking Data
