Skip to content

Brille24/SyliusOrderCommentsPlugin

Repository files navigation

Plugin Skeleton

Adding comments to a Sylius order with customer notification.

Workflow

UI Example

Installation

  1. Run composer require brille24/sylius-order-comments-plugin
  2. Updating the database with migrations
bin/console doctrine:mig:diff
bin/console doctrine:mig:mig

Testing & Development

For information on how to develop to test this plugin please refer to the official Sylius documentation under https://github.com/Sylius/PluginSkeleton/ .