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
Downloads
47
Tags
Extend Methods On Laravel Collections
Methods
- listify($property)
Example Usage
$categories = App\Post::first()->categories;
$categoriesList = $categories->listify('name');