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