Looking to hire Laravel developers? Try LaraJobs

laravel-collection-extension maintained by yaquawa

Description
Adds a few macros to the Laravel Collection and Arr.
Author
Last update
2020/01/10 08:19 (dev-master)
License
Downloads
7
Tags

Comments
comments powered by Disqus

Laravel Collection Extension

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.