Badou90 / lara-cart

Cart for Laravel framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel cart

Installation

  1. Require this package in your composer.json and run composer update:

     "badou/lara-cart": "dev-development"
    
  2. After composer update, add service providers to the config/app.php

     'Badou\Cart\CartServiceProvider',
    
  3. Add this to the facades in config/app.php:

    'Cart' => Badou\Cart\Facades\Cart::class,
    

About

Cart for Laravel framework


Languages

Language:PHP 100.0%