mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 02:56:26 +03:00
Added post installation hints
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user