Laravel Collection
In Laravel, a Collection is an object-oriented wrapper for working with arrays. Collections provide a wide variety of methods that can be used to manipulate arrays or iterate over data sets in a more expressive and fluid way compared to regular array...
khangnhd.hashnode.dev4 min read