lukepolo/laracart

A simple cart for Laravel
134,685 581
Install
composer require lukepolo/laracart
Latest Version:2.6.1
PHP:^8.2
License:MIT
Last Updated:Jun 25, 2025
Links: GitHub  ·  Packagist
Maintainer: lukepolo

LaraCart - Laravel Shopping Cart Package

Total Downloads License

Documentation

http://laracart.lukepolo.com

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