vanilo/channel

Vanilo Channel Module

3.8.0 2023-05-24 14:41 UTC

README

Tests Packagist version Packagist downloads MIT Software License

This is the standalone Channel module from the Vanilo E-commerce framework

Installation

(As Standalone Component)

  1. composer require vanilo/channel
  2. php artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider"
  3. Add Vanilo\Channel\Providers\ModuleServiceProvider::class to modules in config/concord.php
  4. php artisan migrate

Usage

See the Vanilo Channels Documentation for more details.