vanilo/cart

Vanilo Cart Module

Maintainers

Package info

github.com/vanilophp/cart

Issues

pkg:composer/vanilo/cart

Statistics

Installs: 96 271

Dependents: 1

Suggesters: 0

Stars: 51

5.1.0 2025-12-02 20:51 UTC

README

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.