Example Use | Laravel 5 Collections: Grouping Collection Elements With groupBy
The following collection will be used throughout this section when demonstrating the groupBy method: 1 use Illuminate \ Support \ Collection ; 2 3 // Create a new collection instance. 4 $ collection = new Collection ( [ 5 [ 6 ' genus ' => ' Canis...