Is there any way I can add multiple base paths #39
Unanswered
onemoreahmad
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, awesome package!
I use Laravel modules to separate each module logic. I need to organize themes something like:
ModuleA/Themes
ModuleB/Themes
For base Laravel views, I can append folder paths in (config views.php) paths array, but with this package it seems that I only have to set single base path for all themes.
Any idea how would I work around it.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions