Wave Multi Tenant Saas
I want to make a multi-tenant saas. Does wave support this or I have to plugin a multi-tenant module on top of wave?
Hi there,
Wave uses Voyager which does not support multi-tenancy out of the box, but you should be able to set it up by following the steps here:
How to apply multi-tenancy in Laravel Voyager
Hope that this helps!
Best,
Bobby
Speaking of multi-tenancy is not enough having subscription plan and profiles with roles for example in a multi-blog?
















Yep, indeed, I believe that this should be fine already!
The multi-tenancy approach for Voyager is to allow people to access the admin area, which I personally try to avoid doing.
















My approach for my multi-tenancy saas application is for my subscribers to have their own workspace with custom domains and DB, then the voyager admin be the orchestrator of my subscribers and billing. There will be no need to give admin access to everyone.
For example, if a user signs up, and pays the subscription then can be able to create a workspace with their own DB. The workspace settings will be on their own and the user will access voyager admin to manage the workspace domain and billing. That workspace can be its own application.