LaravelPackages.net
Acme Inc.
Toggle sidebar
clean-code-studio/extend-laravel-collections

Extend Laravel Collections Using Macros

47
1
About clean-code-studio/extend-laravel-collections

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

Extend Methods On Laravel Collections

Methods

  • listify($property)

Example Usage

  $categories = App\Post::first()->categories;
    
  $categoriesList = $categories->listify('name'); 

Star History Chart