Looking to hire Laravel developers? Try LaraJobs

extend-laravel-collections maintained by clean-code-studio

Description
Extend Laravel Collections Using Macros
Author
Last update
2019/01/18 02:05 (dev-master)
License
Links
Downloads
47

Comments
comments powered by Disqus

Extend Methods On Laravel Collections

Methods

  • listify($property)

Example Usage

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