Crinsane / LaravelShoppingcart

A simple shopping cart implementation for Laravel
MIT License
3.67k stars 1.73k forks source link

Retrive cart from database #661

Open Karimttarek opened 3 years ago

Karimttarek commented 3 years ago

i use Cart::store(Auth::user()->name); to store the cart into database it work but when i call return Cart::restore(Auth::user()->name); to get the data it return null