One of the highlights of this year’s Laracon was the announcement of of Laravel 5.6, the much awaited new version of the framework. This version comes with a host of improvements and b… Read More
mafortis: I need to get my cart total weight in order to use it in my shipping calculator.here is my code:@foreach($item->attributes as $sss) [email protected] is how it looks like:I ne… Read More