LaravelPackages.net
Acme Inc.
Toggle sidebar
lukepolo/laracart

A simple cart for Laravel

165.837
584
2.7.0
About lukepolo/laracart

lukepolo/laracart is a Laravel package for a simple cart for laravel. It currently has 584 GitHub stars and 165.837 downloads on Packagist (latest version 2.7.0). Install it with composer require lukepolo/laracart. Discover more Laravel packages by lukepolo or browse all Laravel packages to compare alternatives.

Last updated

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
Comments