https://github.com/zlodes/laravel-basket
https://github.com/zlodes/laravel-basket
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zlodes/laravel-basket
- Owner: zlodes
- Created: 2017-07-26T23:24:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T00:45:30.000Z (almost 9 years ago)
- Last Synced: 2025-05-18T23:11:25.234Z (about 1 year ago)
- Language: PHP
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
...