Adding comments to a Sylius order with customer notification.
- Run
composer require brille24/sylius-order-comments-plugin
- Updating the database with migrations
bin/console doctrine:mig:diff
bin/console doctrine:mig:mig
For information on how to develop to test this plugin please refer to the official Sylius documentation under https://github.com/Sylius/PluginSkeleton/ .