Skip to content

Tag: laravel

PHP Group array by date

I have the following array that gathers data from purchases, visits and coupons generated in my application: array:10 [ 0 => array:2 [ “dt” => “2020-11-18” “cupoms” => 9 ] 1 => array:2 [ “dt” => “2020-11-19” “cupoms” => …