Added post installation hints

This commit is contained in:
Gildas Quéméner
2018-03-23 11:50:18 +01:00
parent e167532f35
commit 62321969e4
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,5 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> MySql Event Store Configuration </>
<bg=blue;fg=white> </>
* Modify your MYSQL_* configuration in <fg=green>.env</>
@@ -0,0 +1,9 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> Service Bus Configuration </>
<bg=blue;fg=white> </>
* Verify and uncomment the configuration in <comment>%CONFIG_DIR%/packages/prooph_service_bus.yaml</>
to register message handlers
* Dispatch commands by injecting
the <comment>Prooph\ServiceBus\CommandBus</comment> service into your controllers