Extend Laravel Collections Using Macros
clean-code-studio/extend-laravel-collections is a Laravel package for extend laravel collections using macros.
It currently has 1 GitHub stars and 47 downloads on Packagist.
Install it with composer require clean-code-studio/extend-laravel-collections.
Discover more Laravel packages by clean-code-studio
or browse all Laravel packages to compare alternatives.
Last updated
Example Usage
$categories = App\Post::first()->categories;
$categoriesList = $categories->listify('name');