Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Badou90/lara-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages