https://github.com/vanilophp/cart
Cart Module for Vanilo (or any Laravel app)
https://github.com/vanilophp/cart
cart laravel vanilo
Last synced: 6 months ago
JSON representation
Cart Module for Vanilo (or any Laravel app)
- Host: GitHub
- URL: https://github.com/vanilophp/cart
- Owner: vanilophp
- License: mit
- Created: 2017-10-28T09:55:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T11:53:56.000Z (over 1 year ago)
- Last Synced: 2024-04-26T11:50:58.852Z (over 1 year ago)
- Topics: cart, laravel, vanilo
- Language: PHP
- Homepage: https://vanilo.io
- Size: 197 KB
- Stars: 49
- Watchers: 9
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Vanilo Cart Module
[](https://github.com/vanilophp/cart/actions?query=workflow%3Atests)
[](https://packagist.org/packages/vanilo/cart)
[](https://packagist.org/packages/vanilo/cart)
[](LICENSE.md)This is the standalone cart module of the [Vanilo E-commerce Framework](https://vanilo.io).
## Installation
(As Standalone Component)
1. `composer require vanilo/cart`
2. `php artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider"`
3. Add `Vanilo\Cart\Providers\ModuleServiceProvider::class` to modules in `config/concord.php`
4. `php artisan migrate`## Usage
See the [Vanilo Cart Documentation](https://vanilo.io/docs/master/cart) for more details.