olimortimer / laravelshoppingcart
Laravel Shoppingcart
Installs: 40 548
Dependents: 0
Suggesters: 0
Security: 0
Stars: 42
Watchers: 4
Forks: 1 737
Open Issues: 7
Requires
- illuminate/events: ^5|^6|^7|^8|^9
- illuminate/session: ^5|^6|^7|^8|^9
- illuminate/support: ^5|^6|^7|^8|^9
Requires (Dev)
- mockery/mockery: ~0.9.0 || ^1.0
- orchestra/testbench: ~3.1
- phpunit/phpunit: ~5.0 || ~6.0 || ~7.0 || ~8.0 || ~9.0
README
A simple shoppingcart implementation for Laravel.
Installation
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
Overview and usage
Look at the detailed wiki to learn more about LaravelShoppingcart