jorge07 / symfony-6-es-cqrs-boilerplate

Symfony 6 DDD ES CQRS backend boilerplate.
MIT License
1.07k stars 187 forks source link

Question about Doctrine migrations #84

Closed blixit closed 5 years ago

blixit commented 5 years ago

I'm new to DDD/Cqrs. I'm reading many differents implementations (prooph by example) and I'm searching the one will match the way I work. I tried to write my own but it requires so much work.

Actually I need to understand how you handle migrations. (I will probably ask more questions later). I didn't find any doctrine entities. I guess you hard write your migrations. If it's true is it a good a practice ?

blixit commented 5 years ago

ok I got it. I just was new to doctrine mappings. I'm learning many things within this project