I have a Laravel project in which I've implemented a multi-tenancy package. While everything works well on my local server, I'm facing an issue after deploying the project to the live server. When I create a new tenancy and access its subdomain, I encounter a "not found" error for that domain. If anyone has a solution, please let me know.
I've used same package with subdomain based multitenancy and it is working fine by you need to create subdomain for each tenant, I used cpanel as development server and through its API I could able to create it. Have you tried using wildcard domains?