Is there any way to have public access panel with multi-tenancy?

I could do this without tenancy enabling. But when I add $panel->tenant(Tenent::class) and browse with tenent slug eg /public/a-tenent-slug/ It just return 404 .
2 Replies
flashman
flashman2w ago
I use subdomains, and resolve each tenant using middleware, by quering subdomain in URL.
toeknee
toeknee2w ago
I feel you are trying to render from the Laravel public directory in the url is that correct?

Did you find this page helpful?