vanilo / channel
Vanilo Channel Module
4.1.0
2024-07-11 13:23 UTC
Requires
- php: ^8.2
- cviebrock/eloquent-sluggable: ^10.0|^11.0
- konekt/concord: ^1.13
- laravel/framework: ^10.43|^11.0
- vanilo/support: ^4.0
Requires (Dev)
- konekt/address: ^3.3.1
- laravel/legacy-factories: ^1.0
- orchestra/testbench: ^8.0|^9.0
- phpunit/phpunit: ^10.0
Suggests
- konekt/address: To support billing and shipping zones (^3.3)
README
This is the standalone Channel module from the Vanilo E-commerce framework
Installation
(As Standalone Component)
composer require vanilo/channel
php artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider"
- Add
Vanilo\Channel\Providers\ModuleServiceProvider::class
to modules inconfig/concord.php
php artisan migrate
Usage
See the Vanilo Channels Documentation for more details.