A simple shoppingcart implementation for Laravel.
Install the package through Composer.
Run the Composer require command from the Terminal:
composer require michaelbelgium/shoppingcart
Difference between Crinsane/LaravelShoppingcart
- Added functionality
Cart::cost()
Cart::costFormat()
- Enum
CostType
Cart::totalFormat()
Cart::taxFormat()
Cart::subtotalFormat()
- More recent Laravel support
- More typed parameters, returns, properties, ...
- Less usage of magic properties - really dislike this one
- Refactoring
Look at the detailed wiki to learn more about LaravelShoppingcart