miracuthbert / saas-boilerplate

SaaS boilerplate built in Laravel, Bootstrap 4 and VueJs.
362 stars 141 forks source link

How can i merge the multi-tenant with the saas subscription? #15

Open ridislam opened 3 years ago

ridislam commented 3 years ago

I can see in this project tenant and subscription acts separately, how can I relate them together? and do we need both team and company module? cause in a saas concept isn't it the same purpose? or I should write the company model relations with the user model as like the tenant model in HasSubscriptions trait

ridislam commented 3 years ago

Actually, In my project, I have several features under a company. Like the projects module in this project, but the company, Projects, other tenant modules have to be under the subscription plan. what would be the right way to do this?