description |
---|
Symfony CQRS DDD Event Sourcing with Ecotone |
Follow Installation from Installation menu.
{% hint style="success" %}
Ecotone by design looking for Attributes in default Symfony catalog "src".
If your code is kept inside other catalog, provide namespaces configuration to load it up.
{% endhint %}
- Full Application with UI and integration between Symfony and Laravel
- Working with Message Bus (Command/Query Buses) in Symfony
- Publishing and consuming Events In Symfony
- Working with Asynchronous Events in Symfony
- Working with Doctrine ORM as DDD Aggregate in Symfony
- Building Event Sourced Applications in Symfony
- Multi-Tenant Examples in Symfony