vanilo / promotion
Vanilo Promotion Module
4.2.0
2024-12-14 18:32 UTC
Requires
- php: ^8.2
- konekt/concord: ^1.13
- konekt/xtend: ^1.2
- laravel/framework: ^10.43|^11.0
- vanilo/adjustments: ^4.2
- vanilo/support: ^4.2
Requires (Dev)
- orchestra/testbench: ^8.0|^9.0
- phpunit/phpunit: ^10.0
- vanilo/cart: ^4.2
This package is auto-updated.
Last update: 2024-12-14 18:39:32 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.