Crinsane / LaravelShoppingcart

A simple shopping cart implementation for Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retrive cart from database

Karimttarek opened this issue · comments

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