[V5] Clean Arquitectura AdonisJs #2467
Replies: 1 comment
-
It may need more context to answer the question, but for now I would imagine putting all the custom code in a Dependency injection container is your friend for the clean architecture "Dependencies go inward" rule.
Another option a bit advanced and maybe complicated is to make monorepo where the custom code is organized in packages and you may create Adonis custom packages integrations and the app will use the custom adonis packages as dependencies. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
hello! A doubt: could you give me a tip on how to structure adonisjs with Clean Architecture ?? thank you!
Beta Was this translation helpful? Give feedback.
All reactions