arjanfrans / SuluSyliusProducerPlugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SuluSyliusProducerPlugin

Test workflow status

Producer for synchronization products with sulu.

Installation

composer require sulu/sylius-producer-plugin

Register the plugin

// config/bundles.php

    Sulu\SyliusProducerPlugin\SuluSyliusProducerPlugin::class => ['all' => true],

Add configuration

// config/packages/sulu_sylius_producer.yaml

imports:
    - { resource: "@SuluSyliusProducerPlugin/Resources/config/app/config.yaml" }
    
framework:
    messenger:
        transports:
            sulu_sylius_transport: 'redis://localhost:6379/sulu_sylius_products'

About


Languages

Language:PHP 92.9%Language:JavaScript 5.2%Language:Shell 1.8%