mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
10 lines
407 B
Plaintext
10 lines
407 B
Plaintext
<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
|