Skip to content

ABP Saas Toolkit. Create and manage editions and tenants and assign features to any edition. Assign edition or indivual feature to any tenant.

Notifications You must be signed in to change notification settings

hmphu/Abdul.Abp.SaasToolkit

 
 

Repository files navigation

Abdul Saas Toolkit

ABP Saas Toolkit. Create and manage editions and tenants and assign features to any edition. Assign edition or indivual feature to any tenant.

NuGet

How To?

  1. Create multi tenant project from abp application template
  2. Remove the following packages from your solution
    1. Volo.Abp.TenantManagement.Application
    2. Volo.Abp.TenantManagement.Application.Contracts
    3. Volo.Abp.TenantManagement.Domain
    4. Volo.Abp.TenantManagement.Domain.Shared
    5. Volo.Abp.TenantManagement.EntityFrameworkCore
    6. Volo.Abp.TenantManagement.HttpApi
    7. Volo.Abp.TenantManagement.HttpApi.Client
    8. Volo.Abp.TenantManagement.Web
  3. Install following packages respectively from nuget package manager according to the above packages
    1. Abdul.Abp.SaasToolkit.Application
    2. Abdul.Abp.SaasToolkit.Application.Contracts
    3. Abdul.Abp.SaasToolkit.Domain
    4. Abdul.Abp.SaasToolkit.Domain.Shared
    5. Abdul.Abp.SaasToolkit.EntityFrameworkCore
    6. Abdul.Abp.SaasToolkit.HttpApi
    7. Abdul.Abp.SaasToolkit.HttpApi.Client
    8. Abdul.Abp.SaasToolkit.Web
  4. Have fun! nothing to do more.

Note

Angular and React are not supported. MongoDB and Blazor packages will be added soon.

About

ABP Saas Toolkit. Create and manage editions and tenants and assign features to any edition. Assign edition or indivual feature to any tenant.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 92.2%
  • HTML 4.4%
  • JavaScript 2.3%
  • Other 1.1%