An open API service indexing awesome lists of open source software.

https://github.com/zlodes/laravel-basket


https://github.com/zlodes/laravel-basket

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Laravel Shopping Cart package

## Installing

## Usage

0. Add `Zlodes\LaravelBasket\BasketServiceProvier` to provider section in your `config/app.php`
0. Add facade alias to `aliases` section
0. Implement `ProductContract` in your Product Model

...