v12.25.0
* 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>