Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.
/ notifier-sylius Public archive

Automated marketing notification plugin for sylius [wip]

Notifications You must be signed in to change notification settings

workouse/notifier-sylius

Repository files navigation

Notifier Plugin For Sylius eCommerce

You can manage all notifications (email, push-notifications, sms) for sylius commerce projects.

Requirements

  • composer require symfony/messenger
  • add messenger transport dsn to .env file
  • configure your messenger.
    framework:
        messenger:
             transports:
                 async: "%env(MESSENGER_TRANSPORT_DSN)%"
             routing:
               'Workouse\NotifierPlugin\Message\MailNotification': async

Installation

  1. Run composer require workouse/notifier-sylius.

  2. Symfony Flex resolve all configurations for you.

Releases

No releases published

Packages

No packages published