Skip to content
Advertisement

Grouped collection to associative array

I need to achive array in format showed at the end, I’m using laravel collections

$query->get()->groupBy(‘COLOR’)->toArray();

JavaScript

Format I need to achive:

JavaScript

Advertisement

Answer

You should be able to do all of this with the Collection class:

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement