Just wondering if there is a way to store folders full of views, css, js and a config file outside of the resources folder. So basically the site im working on has a login portal that redirects to a subdomain. ive achieved this but now the issue is that the boss wants each subdomain to pull in separate views, etc from a folder in the root directory rather than having multiple folders in multiple locations in the resources folder. The target is to basically package up each site into its own folder.
. app/
.resources/
.sites (new) /
.site one (new) /
. views (new) /
. css (new) /
.site two (new) /
.views (new) /
. css (new) /
Is there anyway to achieve this?