Alexander Miertsch
Alexander Miertsch
@gitBC thank you for the PR. Looks good but Travis-CI is failing. It seems that the code coverage dependency of the laravel-package is outdated. Can you set this `"php-coveralls/php-coveralls": "^2.1"`...
I'm working on updating the app to new symfony flex structure and new prooph bundle versions. Once that is done we can start working on this idea. I really like...
when we want to merge both repos we should remove all templating and instead work with react + redux and an API-only backend
Hi, good catch. I will change that. PR's are always welcome and a mongoDB adapter is something I have on my todo for long time now. Problem with mongoDB is...
:+1: I'm looking forward to the implementation. I will create the repo tomorrow and post the link here. Now it's time to shutdown my system :-) Thank you for your...
@prolic empty mongodb adapter repo is online: https://github.com/prooph/event-store-mongodb-adapter
@prolic I've split your questions into issues ^^ so that we can discuss them individually
crazy, this issue is still not closed. We should keep it open for historic reasons :D
Had the same problem recently: https://github.com/prooph/proophessor-do-symfony/issues/36#issuecomment-451396815 For now it should be solved with #38
projections should start automatically when using docker: https://github.com/prooph/proophessor-do-symfony/blob/master/docker-compose.yml#L37 But maybe there is a timing problem when running docker-compose up -d for the first time :thinking: I'll check it again with...