I want to make a saas application in which users can create a tenant and those tenants can have their own registration and login such that it looks like my saas application and the tenant application are not related.
Can this be achieved using Multitenancy in Filament or tenancy for laravel package? Considering i want to use Filament as my admin panel but i want to use custom domains that are available in tenancy for laravel package. Any other package/suggestions are welcome.
You can use both tools together without any problems. There are projects on Github that help you start a project using the two packages in question.
You can see this here: Filament Tenancy Starter