A simple shoppingcart implementation for Laravel.
Install the package through Composer.
Run the Composer require command from the Terminal:
composer require olimortimer/shoppingcart
Difference between Crinsane/LaravelShoppingcart
Litteraly not much but
- Added
Cart::addCost()
,Cart::getCost()
- More recent Laravel support
Look at the detailed wiki to learn more about LaravelShoppingcart