LaravelPackages.net
Acme Inc.
Toggle sidebar
vanilo/cart

Vanilo Cart Module

148.308
51
5.2.1
About vanilo/cart

vanilo/cart is a Laravel package for vanilo cart module. It currently has 51 GitHub stars and 148.308 downloads on Packagist (latest version 5.2.1). Install it with composer require vanilo/cart. Discover more Laravel packages by vanilo or browse all Laravel packages to compare alternatives.

Last updated

Vanilo Cart Module

Tests Packagist version Packagist downloads MIT Software License

This is the standalone cart module of the Vanilo E-commerce Framework.

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 for more details.

Star History Chart