Find Tenant Domain via Email #378
Unanswered
dominikgeimer
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Take a look at this killer solution: https://medium.com/swlh/querying-multiple-mysql-databases-at-once-7e92ae99f842 But if you are a dreamer like me, use meilisearch or another dedicated search engine. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I really like this package, and it works without any problem. I am using the multi database approach.
I want to find an email address inside a tenant. Furthermore, I think this is useful when a client forget its own subdomain.
Maybe someone can give me a hint. Possibly something like this: https://spatie.be/docs/laravel-multitenancy/v2/advanced-usage/looping-over-a-collection-of-tenants? But how would you guys do it?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions