Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vanilophp/cart
Cart Module for Vanilo (or any Laravel app)
https://github.com/vanilophp/cart
cart laravel vanilo
Last synced: 4 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T11:53:56.000Z (8 months ago)
- Last Synced: 2024-04-26T11:50:58.852Z (8 months 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
[![Tests](https://img.shields.io/github/actions/workflow/status/vanilophp/cart/tests.yml?branch=master&style=flat-square)](https://github.com/vanilophp/cart/actions?query=workflow%3Atests)
[![Packagist version](https://img.shields.io/packagist/v/vanilo/cart.svg?style=flat-square)](https://packagist.org/packages/vanilo/cart)
[![Packagist downloads](https://img.shields.io/packagist/dt/vanilo/cart.svg?style=flat-square)](https://packagist.org/packages/vanilo/cart)
[![MIT Software License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](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.