vanilo / adjustments
Vanilo Adjustments Module
5.0.0
2025-09-03 14:56 UTC
Requires
- php: ^8.3
- konekt/concord: ^1.15
- konekt/enum: ^4.2
- konekt/enum-eloquent: ^1.9
- laravel/framework: ^10.48|^11.0|^12.0
Requires (Dev)
- orchestra/testbench: ^8.0|^9.0|^10.0
- phpunit/phpunit: ^10.0|^11.0
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.