clear-architecture icon indicating copy to clipboard operation
clear-architecture copied to clipboard

I'm struggling with migrating my existing project

Open JunaidQadirB opened this issue 6 years ago • 1 comments

I'm working solo on a bit mid-sized project. I have come to a realization that my project is a Laravel app than An Application because I had started with a CRUD mind-set then I felt things are not right and went back to re-read Software Engineering theories that we once studied in the CS class.

Please check my repo I followed the hexagon architecture.

https://github.com/JeyKeu/ddd-php

I follow this directory structure. ____src | |____Common | | |____Contracts | | | |____Command | | |____Infrastructure | | | |____CommandBus | |____Post | | |____Domain | | | |____Exception | | |____Infrastructure | | | |____Persistence | | |____Application | | | |____Command | |____User | | |____Domain | | | |____Exception | | |____Infrastructure | | | |____Persistence | | |____Application | | | |____Command

I'm also struggling with theory as well been reading a lot and watching a lot on the architecture pattern.

JunaidQadirB avatar May 05 '18 18:05 JunaidQadirB

@JeyKeu First of all sorry for the late reply and thanks for your comment. However, I don't really understand what your question or issue is. Maybe you could elaborate a bit clearer? Unfortunately, due to general overload, I won't be able to dive into and comment on your particular project structure — that would be way beyond my capacity at them moment. Thanks for your understanding!

jkphl avatar Jun 09 '18 11:06 jkphl