An abp forum application module.
-
Install the following NuGet packages. (see how)
- EasyAbp.Forum.Application
- EasyAbp.Forum.Application.Contracts
- EasyAbp.Forum.Domain
- EasyAbp.Forum.Domain.Shared
- EasyAbp.Forum.EntityFrameworkCore
- EasyAbp.Forum.HttpApi
- EasyAbp.Forum.HttpApi.Client
- EasyAbp.Forum.Web
-
Add
DependsOn(typeof(ForumXxxModule))
attribute to configure the module dependencies. (see how) -
Add
builder.ConfigureForum();
to theOnModelCreating()
method in MyProjectMigrationsDbContext.cs. -
Add EF Core migrations and update your database. See: ABP document.
-
Create a community on the management page.
-
Go to the community home page and try to create a new post.
- User avatar.