I am using Crinsane/LaravelShoppingcart with Laravel 5. When I try to add items to Cart then it will display error
Crinsane/LaravelShoppingcart
Non-static method Gloudema
Add this line at the top of your PHP file:
use Cart;
instead of this:
use Gloudemans\Shoppingcart\Cart;