yaquawa/laravel-collection-extension

Adds a few macros to the Laravel Collection and Arr.

Maintainers

Package info

github.com/yaquawa/laravel-collection-extension

pkg:composer/yaquawa/laravel-collection-extension

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.2 2020-01-10 04:25 UTC

This package is auto-updated.

Last update: 2026-03-10 21:19:35 UTC


README

Adds a few convenient macros to the Laravel Collection and Arr.

Installation

composer require yaquawa/laravel-collection-extension

Arr Extensions

  • deepMerge - Similar to array_merge_recursive but without duplicated values.

Collection extensions

  • deepMerge - An alias of Arr::deepMerge.