Replies: 1 comment 1 reply
|
Hi! I'm using https://github.com/adonisjs-community/modules and so far so good, but I think it has some limitations, for example, I can't get automatic controller-* files to work, so I have to use dynamic imports. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone, i have a question about the version 7 of adonis framework:
Currently, i use a module based architecture, as shown below:
And then the modules folder:
Each module is self-contained (controllers, models, validators, routes, etc.), allowing better separation of concerns and scalability.
This approach worked well in AdonisJS v6, but I’m unsure how well it fits with the code generation and conventions introduced in v7.
Is it still possible to do something like that, with codegen used in adonis 7?
Thank you for reading
All reactions