clean-code-studio/extend-laravel-collections

Extend Laravel Collections Using Macros

Maintainers

Package info

github.com/clean-code-studio/extend-laravel-collections

Issues

pkg:composer/clean-code-studio/extend-laravel-collections

Statistics

Installs: 47

Dependents: 0

Suggesters: 0

Stars: 1

dev-master 2019-01-18 01:05 UTC

This package is auto-updated.

Last update: 2026-02-18 21:23:43 UTC


README

Methods

  • listify($property)

Example Usage

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