multi-tenant
multi-tenant copied to clipboard
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
hello i try it: BROADCAST_DRIVER=log CACHE_DRIVER=file QUEUE_CONNECTION=sync SESSION_DRIVER=database SESSION_CONNECTION=system SESSION_DOMAIN=".localhost" SESSION_LIFETIME=120 but the session not share with others domains / subdomains
Hi, I have install and integrate tenancy/multi-tenant and its working fine but getting one issue. **Integer values showing as string in json** here are my composer.lock information "php": "^7.2", "hyn/multi-tenant":...
Hello, how can I configure the sending of mail for each of the tenants? That each tenant manages its own mail configuration file
I work with HyN Multitenant, the issue is that I need to recover the password of a user to send the mail occupying the drivers that come by default with...
__Description__ Following the instructions for installing the spatie roles and permissions package no longer works with Laravel 7.25 due to framework changes in detecting fillable columns in a recent security...
__Description__ I have been implementing cron jobs through Laravel scheduler to send some reminder emails for the clients with unsubscription options (link) attached. The job fetches every tenants and for...
Currently hyn/tenancy save logs to `storage/app/tenancy/tenants/SOME_TENANT/logfiles.log`. This is counterintuitive, because of storage/logs directory where all logs should be stored, and hard to reach because of deep of directories. __Proposed behavior__...
__Description__ In app\config\logging.php, when adding a "tenant" channel to the "stack" (as per documentation: https://laravel-tenancy.com/docs/hyn/5.3/logging), any other channel after "tenant" in the array are ineffective. __Actual behavior__ With this 'stack',...
When I try to create a new tenant appears this error
__Description__ Setting hostname->force_https causes a redirect loop when using Cloudflare Flexible SSL. Cloudflare Flexible SSL works by proxying HTTPS requests using their certificate to HTTP request to the origin server....