-
Beta Was this translation helpful? Give feedback.
Answered by
donaldp
Feb 15, 2024
Replies: 1 comment
-
Hi @meideros Thats a good point. There is a way to do DDD, its just not documented yet and it has limitations, which is why its actually not documented. Right now, we can't move things like migrations, seeds, resources, or configs to custom folders as the framework expects them to be in specific folders. There are ways to get around this though, but I just haven't gotten around it. So to answer your question, you can but not everything can be moved around. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
donaldp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @meideros
Thats a good point. There is a way to do DDD, its just not documented yet and it has limitations, which is why its actually not documented.
Right now, we can't move things like migrations, seeds, resources, or configs to custom folders as the framework expects them to be in specific folders. There are ways to get around this though, but I just haven't gotten around it.
So to answer your question, you can but not everything can be moved around.