// laravel use IlluminateSupportArr; $array = Arr::add(['name' => 'Desk'], 'price', 100); // or this one: $array = Arr::add($array, 'price', 100);