vanilo / promotion
Vanilo Promotion Module
5.0.0
2025-09-03 14:56 UTC
Requires
- php: ^8.3
- konekt/concord: ^1.13
- konekt/xtend: ^2.0
- laravel/framework: ^10.48|^11.0|^12.0
- vanilo/adjustments: ^5.0
- vanilo/support: ^5.0
Requires (Dev)
- orchestra/testbench: ^8.0|^9.0|^10.0
- phpunit/phpunit: ^10.0|^11.0
- vanilo/cart: ^5.0
This package is auto-updated.
Last update: 2025-09-03 15:03:20 UTC
README
This is the standalone Promotion module of the Vanilo E-commerce Framework.
Installation
(As Standalone Component)
composer require vanilo/promotion
php artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider"
- Add
Vanilo\Promotion\Providers\ModuleServiceProvider::class
to modules inconfig/concord.php
php artisan migrate
Usage
See the Vanilo Promotions Documentation for more details.