lukepolo/laracart

A simple cart for Laravel

Fund package maintenance!
lukepolo

Installs: 94 061

Dependents: 2

Suggesters: 0

Security: 0

Stars: 582

Watchers: 17

Forks: 88

Open Issues: 12

2.6.0 2025-06-18 13:04 UTC

README

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