0.0
Laravel 10 – 13
PHP 8.3+
Low commit activity in last 18 months
A long-lived project that still receives updates
Vanilo Channel Module
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

phpunit/phpunit
^10.0|^11.0
^8.0|^9.0|^10.0|^11.0

Runtime

^10.0|^11.0|^12.0|^13.0
^10.48|^11.46.2|^12.50|^13.0
 Project Readme

Vanilo Channel Module

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.