tenancy / multi-tenant

Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups, previously github.com/hyn/multi-tenant
https://tenancy.dev
MIT License
2.56k stars 393 forks source link

Views Cache Not Tenant Driven #522

Open DeveloperOnCall opened 6 years ago

DeveloperOnCall commented 6 years ago

Each tenant domain should use its own cache (view) folder - as the views (when using global blade templates are being seen across all tenants based on the first tenant site to open the URL

..


Sites are using views from each other

..

Each domain should be using the view compiled (blade) based on the settings for each tenant

..


Information


tenancy.php config

webserver.php config


Error log

luceos commented 6 years ago

This should be pretty straightforward; it mimics the PR #524 slightly.