vanilo / adjustments
Vanilo Adjustments Module
dev-master / 3.x-dev
2022-05-22 10:37 UTC
Requires
- php: ^8.0
- konekt/concord: ^1.1
- konekt/enum: ^3.1.1
- konekt/enum-eloquent: ^1.8.1
Requires (Dev)
- orchestra/testbench: ^7.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2022-05-22 12:23:09 UTC
README
This is the standalone adjustments module of the Vanilo E-commerce Framework.
Installation
(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
Usage
See the Vanilo Adjustments Documentation for more details.