LaravelPackages.net
Acme Inc.
Toggle sidebar
vanilo/checkout

Vanilo Checkout Module

177.781
15
5.2.0
About vanilo/checkout

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

Last updated

Vanilo Checkout Module

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.

Comments