Alexander Miertsch
Alexander Miertsch
## TODO from #13 - [ ] Update README and Docs - [ ] Get rid of templating component, see https://github.com/prooph/proophessor-do-symfony/pull/13#pullrequestreview-66517961 - [ ] Test different installation ways - [...
Reactphp team did a similar thing for their packages and shared the process > We basically push our changelog as individual GitHub releases and the website uses GitHub's API to...
Framework integrations and example apps should be listed under an extra menu item "Misc" PSR -> psr middleware Zend -> short description that interop + factories work out-of-the-box with Zend;...
Micro needs some docs then I'd like to add it as a new menu item next to event sourcing on docs.getprooph.org
Follow up of #63 The idea is to use `http://docs.getprooph.org` and point it to the gh-pages branch folder `docs/html` We need to check if that is possible with github pages.
Sub task of #38 - Validate current docs against structure suggested by @sandrokeil [here](https://github.com/prooph/proophessor/issues/38#issue-142159872) - Update bookdown.json of the package to follow suggestions [here](https://github.com/prooph/proophessor/issues/38#issuecomment-336200542) - check linked component docs if...
From the chat: @YuraLukashik not exactly rules are ensured by aggregates. services may provide information for the aggregate so that it can make a decision. pizza exmaple again: the user_pizza_count_guard...
First ideas for a walk-through guide: 1. |_ Beginner Tutorial |_ prooph/common - working with immutable messages |_ CQRS - divide and conquer |_ EventSourcing - Code with intent 2....
Each module can define its own bus configurations by extending the AbstractBusFactory and defining a scoped key like `my_module_command_bus`. This should be mentioned in the docs.