moltin / laravel-cart

Laravel Facade and Service Provider for Moltin\Cart
276 stars 87 forks source link

Laravel 4.2 composer update error #49

Closed aquinotgr00 closed 7 years ago

aquinotgr00 commented 8 years ago

hello guys, i had problem over here, i'm using laravel 4.2 currently i tried to include "moltin/cart": "dev-master" then run composer update, and it's work aftter that i add

'Moltin\Cart\CartServiceProvider', and 'Cart' => 'Moltin\Cart\Facade',

but when i run composer update it says

{"error":{"type":"Symfony\Component\Debug\Exception\FatalErrorException","message":"Class 'Moltin\Cart\CartServiceProvider' not found"

SvenRtbg commented 8 years ago

Don't mix up the package names! "moltin/cart" is not "moltin/laravel-cart".