Shopping Cart Error (LaravelShoppingcart)

后端 未结 1 1690
闹比i
闹比i 2021-01-27 17:44

I am using Crinsane/LaravelShoppingcart with Laravel 5. When I try to add items to Cart then it will display error

Non-static method Gloudema

1条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-27 18:40

    Add this line at the top of your PHP file:

    use Cart;
    

    instead of this:

    use Gloudemans\Shoppingcart\Cart;
    

    0 讨论(0)
提交回复
热议问题