KoalaFacade / diamond-console

Artisan command package to handle your Domain Driven Design project that suitable with Laravel base structures, made for comer of Domain Driven Design and advanced.
https://koalafacade.github.io/packages/diamond-console/
MIT License
64 stars 7 forks source link

refactor structure on v3 #95

Open holiq opened 11 months ago

holiq commented 11 months ago
pemudakoding commented 11 months ago

@holiq We need to plan relocation the Provider into Application, it does not counted as infrastructure, coz service provider like a bridge between infrastructure or domain, so before user executing our infrastructure or domain def it will go thru the service provider first so that's why it applicable in application instead of infrastructure.

holiq commented 11 months ago

Oh okay, I'll change it into Application layer

pemudakoding commented 10 months ago

@holiq this is the full structure after refactored the namespace following the tree structures below yah

Tree Structure*%20%20-2*.sH0torie.2%5Cn3source4KbaseH5tion6er7!true8Model.*9jectGReposi0H-Jd6.KDataLFac0%01LKJHG987654320.-*)

holiq commented 10 months ago

@pemudakoding so the Builder is on Infrastructure layer and not in domain right?