Open abdulrehman3725 opened 3 years ago
I have stored the cart content in table using Below code
\Cart::store('username');
Now I want to get data from the db and show to the user
I ran
\Cart::restore('username');
and then:
dd(\Cart::content());
Nothing is shown.
I am using laravel 8.
I have the same problem in laravel 5.8
I have stored the cart content in table using Below code
Now I want to get data from the db and show to the user
I ran
and then:
Nothing is shown.
I am using laravel 8.