Laravel 5 Collections: Reducing a Collection With User-Defined Keys With mapWithKeys
The mapWithKeys is similar to the mapToDictionary and mapToGroups methods in that it accepts a $callback function that defines an association between the returned key and value. The mapWithKeys method does not change the original collection; it...