LaravelShoppingcart icon indicating copy to clipboard operation
LaravelShoppingcart copied to clipboard

A simple shopping cart implementation for Laravel

LaravelShoppingcart

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

A simple shoppingcart implementation for Laravel.

Installation

Install the package through Composer.

Run the Composer require command from the Terminal:

composer require olimortimer/shoppingcart

Difference between Crinsane/LaravelShoppingcart

Litteraly not much but

  • Added Cart::addCost(), Cart::getCost()
  • More recent Laravel support

Overview and usage

Look at the detailed wiki to learn more about LaravelShoppingcart