mindscms / laravelshoppingcart

Laravel Shopping cart
MIT License
55 stars 21 forks source link

Laravel 10 not working when i call Cart::content() #7

Open vuducnguyentb opened 5 months ago

vuducnguyentb commented 5 months ago

when i call route add Cart has 1 function include: Cart::instance('shopping')->add('192ao12', 'Product 1', 1, 9.99);

After i call route get content for Cart but not working: Cart::content()