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

Home Page:https://tenancy.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

reidsneo opened this issue · comments

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

  • hyn/multi-tenant version: 5.6
  • laravel version: 8.1