olimortimer/laravelshoppingcart
Laravel Shoppingcart
Maintainers
Package info
github.com/olimortimer/LaravelShoppingcart
pkg:composer/olimortimer/laravelshoppingcart
6.0.1
2022-10-11 15:14 UTC
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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 80183dcfa7fe54ef100d0db051e3594ac9f9fffc
- Rob Gloudemans <info.woop@robgloudemans.nl>
- Michael V. <michael.woop@michaelbelgium.me>
- Oli Mortimer <oli.woop@olimortimer.com>
README
👁 Build Status
👁 Total Downloads
👁 Latest Stable Version
👁 Latest Unstable Version
👁 License
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
