Skip to content
Advertisement

How to sum an associative array in laravel by there keys?

I have an array which will have an SKU number, it can be repeated so want to sum of that SKU qty at once and insert in DB table.

JavaScript

How can i sum the same sku as index 1 and 3 have and remove the 1st index?

Advertisement

Answer

Using the solution on this Answer

here is how to do it:

JavaScript

The result is:

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement