
In this post, we will look at how we can use the times() method to quickly create numbers of Laravel Collections. The times() method of Laravel...
Laravel Collections is one of the most powerful features of Laravel. Basically, collections are PHP arrays but it’s an Object Oriented approach to deal with PHP arrays.