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 394 forks source link

Question : can same tenant accessed by a multiple endpoint? by IPaddress or by FQDN #1031

Open reidsneo opened 2 years ago

reidsneo commented 2 years ago

Description of your feature

I have a website which is using this tenancy plugins, the portal can accessible both by user and by internal process, the internal process covered with VPN IP address, the user will be using FQDN, in this case I register VPN IP as a new tenant, then FQDN as a new tenant.


Proposed behavior

What I expect is the VPN IP tenant should have destination same as FQDN tenant, same storage (as an ALIAS) instead of working in different tenant

Current behavior

VPN IP tenant and FQDN tenant is two different thing which is not related each other


Information