lukepolo / laracart
A simple cart for Laravel
Fund package maintenance!
2.7.0
2026-03-25 18:06 UTC
Requires
- php: ^8.2
- ext-intl: *
- illuminate/events: ^11.0 || ^12.0 || ^13.0
- illuminate/session: ^11.0 || ^12.0 || ^13.0
- illuminate/support: ^11.0 || ^12.0 || ^13.0
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ^10.0 || ^11.0
- phpunit/php-code-coverage: ^11.0 || ^13.0
- phpunit/phpunit: ^10.5 || ^11.5.3 || ^12.5.12
This package is auto-updated.
Last update: 2026-05-25 18:35:25 UTC
README
Documentation
Features
- Coupons
- Session Based System
- Cross Device Support
- Multiple cart instances
- Fees such as a delivery fee
- Taxation on a the item level
- Prices display currency and locale
- Endless item chaining for complex systems
- Totals of all items within the item chains
- Item Model Relation at a global and item level
- Quickly insert items with your own item models
Installation
composer require lukepolo/laracart
Publish vendor config and migration:
php artisan vendor:publish --provider="LukePOLO\LaraCart\LaraCartServiceProvider