lotestudio / shoppingcart
Laravel Shoppingcart
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1 758
pkg:composer/lotestudio/shoppingcart
Requires
- illuminate/events: ^10 || ^11 || ^12
- illuminate/session: ^10 || ^11 || ^12
- illuminate/support: ^10 || ^11 || ^12
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ^8.0
- phpunit/phpunit: ^10.0
This package is auto-updated.
Last update: 2025-10-14 07:24:43 UTC
README
A simple shoppingcart implementation for Laravel.
Installation
Install the package through Composer.
Run the Composer require command from the Terminal:
composer require lotestudio/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
Overview and usage
Look at the detailed wiki to learn more about LaravelShoppingcart