vanilo/checkout

Vanilo Checkout Module

Maintainers

Package info

github.com/vanilophp/checkout

Issues

pkg:composer/vanilo/checkout

Statistics

Installs: 118 136

Dependents: 0

Suggesters: 0

Stars: 15

5.2.0 2026-04-21 14:25 UTC

README

Tests Packagist version Packagist downloads MIT Software License

This is the standalone Checkout module from the Vanilo E-commerce framework

Installation

(As Standalone Component)

  1. composer require vanilo/checkout
  2. php artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider"
  3. Add Vanilo\Checkout\Providers\ModuleServiceProvider::class to modules in config/concord.php
  4. php artisan migrate

Usage

See the Vanilo Checkout Documentation for more details.