Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.13 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.13 KB

Vanilo Adjustments Module

Tests Packagist version Packagist downloads MIT Software License

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

Installation

(As Standalone Component)

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

Usage

See the Vanilo Adjustments Documentation for more details.