How to exclude a specific subdomain from the tenant? #324
Unanswered
lucasantoniooficial
asked this question in
Q&A
Replies: 1 comment 1 reply
-
What kind of connection should these use? Landlord? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the package to create a multi-tenant application with a single database, but I will have two subdomains that will not be part of the multi tenancy.
I would like to know what would be the suggestion to solve this case.
I've already tried to create a separate route file and in the RouteServiceProvider set that file to the specific subdomain, but it still falls into the tenant.
I need a light.
Beta Was this translation helpful? Give feedback.
All reactions