This is the standalone adjustments module of the Vanilo E-commerce Framework.
(As Standalone Component)
composer require vanilo/adjustments
php artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider"
- Add
Vanilo\Adjustments\Providers\ModuleServiceProvider::class
to modules inconfig/concord.php
php artisan migrate
See the Vanilo Adjustments Documentation for more details.