Rogério Dalot

Results 2 comments of Rogério Dalot

Cart::content() is returning empty for me as well. I am using Laravel 5.7 public function store(Request $request) { $id = $request->product_id; $title = $request->title; $quantity = $request->quantity; $price = $request->price;...

I was not able to solve this issue, I think along the way, the session was being destroyed, not sure why though. Maybe it has something to do with changing...