Modular (non-standard) app architectures #288
Unanswered
binaryfire
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @alexzarbn
Larger Laravel apps often use a modular or DDD architecture. Controllers / Models / Requests / Polices are in non-standard namespaces in these setups. For example my app uses modules:
Is there a way to get Orion's auto namespace resolution working with this setup?
Beta Was this translation helpful? Give feedback.
All reactions