yaquawa/laravel-collection-extension

Adds a few macros to the Laravel Collection and Arr.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/yaquawa/laravel-collection-extension

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

This package is auto-updated.

Last update: 2025-09-10 20:06:49 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.