melihovv / laravel-shopping-cart

Laravel shopping cart package
MIT License
73 stars 29 forks source link

This cart does not use session? #5

Closed ezani92 closed 5 years ago

ezani92 commented 5 years ago

I add item into cart, but when i return content it empty

melihovv commented 5 years ago

Can you share some code? Do you use something like this?

Cart::add($id, $name, $price, $quantity);
$cartItems = Cart::content()
// $cartItems->count() === 0 ?
melihovv commented 5 years ago

Close because inactivity