Skip to content

v12.25.0

@inxilpro inxilpro tagged this 13 Aug 02:18
* Add Arr::push method with dot notation support

Introduces Arr::push to append items to arrays using dot notation. Includes tests for pushing values to nested arrays, handling null keys, and exception cases for invalid types.

* Allow Arr::push to accept multiple values

This better matches array_push's signature

* Update Arr.php

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>
Assets 2
Loading