mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
event store interface should alias instance which wraps internal event store client wrapper gets registered by bundle package due it is the proper place to define an alias console command will be moved into the bundle
5 lines
181 B
Plaintext
5 lines
181 B
Plaintext
* Modify your EVENT_STORE_* configuration in <fg=green>.env</>
|
|
|
|
* Create event streams and projections tables using SQL scripts
|
|
in <comment>%CONFIG_DIR%/scripts/*</comment>
|