From 62321969e42b9dd3db5dae206d3527150d946d5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gildas=20Qu=C3=A9m=C3=A9ner?= Date: Fri, 23 Mar 2018 11:50:18 +0100 Subject: [PATCH] Added post installation hints --- prooph/pdo-event-store/1.7/post-install.txt | 5 +++++ prooph/service-bus-symfony-bundle/0.6/post-install.txt | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 prooph/pdo-event-store/1.7/post-install.txt create mode 100644 prooph/service-bus-symfony-bundle/0.6/post-install.txt diff --git a/prooph/pdo-event-store/1.7/post-install.txt b/prooph/pdo-event-store/1.7/post-install.txt new file mode 100644 index 00000000..7e2ecd5f --- /dev/null +++ b/prooph/pdo-event-store/1.7/post-install.txt @@ -0,0 +1,5 @@ + + MySql Event Store Configuration + + + * Modify your MYSQL_* configuration in .env diff --git a/prooph/service-bus-symfony-bundle/0.6/post-install.txt b/prooph/service-bus-symfony-bundle/0.6/post-install.txt new file mode 100644 index 00000000..ba6ab952 --- /dev/null +++ b/prooph/service-bus-symfony-bundle/0.6/post-install.txt @@ -0,0 +1,9 @@ + + Service Bus Configuration + + + * Verify and uncomment the configuration in %CONFIG_DIR%/packages/prooph_service_bus.yaml + to register message handlers + + * Dispatch commands by injecting + the Prooph\ServiceBus\CommandBus service into your controllers