-
-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Tenants with custom domain #37
Comments
“ The package ships with a DomainTenantFinder that will make the tenant active who’s domain attribute value matches the host of the current request.” from https://docs.spatie.be/laravel-multitenancy/v1/installation/determining-current-tenant/ |
Sorry, it might not have been clear. I know it can detect: site1.website.com, site2.website.com, etc. But what if there is some sites that site1.com and site2.com? |
The |
Hi,
I looked into your package and it's amazing by the way. I was wondering how you would suggest handling clients with their own domain name? How can we figure out the current tenant?
The text was updated successfully, but these errors were encountered: