PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

Wave Multi Tenant Saas

kabiriakimani

Dec 13th, 2022 03:43 AM

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?

bobbyiliev

Dec 13th, 2022 03:48 AM

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

francescomulassano1

Dec 16th, 2022 02:52 AM

Speaking of multi-tenancy is not enough having subscription plan and profiles with roles for example in a multi-blog?

Report
1
bobbyiliev

Dec 16th, 2022 03:18 AM

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.

Report
2
kabiriakimani

Dec 19th, 2022 03:57 AM

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.