wearepixel / laravel-cart
A cart implementation for Laravel
Requires
- php: >=8.3
- illuminate/auth: ^11.0|^12.0|^13.0
- illuminate/container: ^11.0|^12.0|^13.0
- illuminate/database: ^11.0|^12.0|^13.0
- illuminate/support: ^11.0|^12.0|^13.0
- illuminate/validation: ^11.0|^12.0|^13.0
Requires (Dev)
- larapack/dd: dev-master
- laravel/pint: ^1.21
- mockery/mockery: ^2.0
- pestphp/pest: ^4.7
- phpstan/phpstan: 2.2.x-dev
This package is auto-updated.
Last update: 2026-08-10 21:44:51 UTC
README
A Cart Implementation for Laravel. To learn all about it, head over to the extensive documentation.
Supported Laravel Versions: 11, 12, and 13.
For Laravel 10.0 and below, please use version 1.0
Upgrading from v2? See the Upgrade Guide for breaking changes and recommended v3 patterns.
Installation
Install the package through Composer.
composer require wearepixel/laravel-cart
Documentation
Full documentation, including configuration, usage, conditions, storage drivers, testing, and the v2 upgrade guide, is available at wearepixel.com.au/docs/laravel-cart.
🫡 Credits
This package was orignally created by darryldecode but has since seen almost no updates. I have decided to take the old package and transform it into a new package with new features and updates.
📓 License
The MIT License (MIT). Please see License File for more information.