Looking to hire Laravel developers? Try LaraJobs

cart maintained by vanilo

Description
Vanilo Cart Module
Author
Last update
2025/12/02 21:51 (dev-master)
License
Links
Downloads
98 445

Comments
comments powered by Disqus

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.