Crinsane / LaravelShoppingcart

A simple shopping cart implementation for Laravel
MIT License
3.67k stars 1.73k forks source link

Problem with Laravel 5.4 #273

Closed imranalii closed 7 years ago

imranalii commented 7 years ago

Hi, I've just updated Laravel to 5.4 & getting following error while adding Gloudemans\Shoppingcart\ShoppingcartServiceProvider::class, to config/app.php file.

FatalThrowableError in ShoppingcartServiceProvider.php line 14: Call to undefined method Illuminate\Foundation\Application::share() Let me know if there's a quick fix?

imranalii commented 7 years ago

I've updated "LaravelShoppingCart" to 2.3 & it seems to be working fine now. Thanks.

SttephyBlz commented 7 years ago

Thank you so much, this post helped a lot.