Skip to content

EasyOC/EasyOC.Modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orchard Core EasyOC.Modules

The repository contains a set of modules for the Orchard Core CMS, and the repository is working to make Orchard Core easier to use.

QQ 群:877196442 或者点击这里 Orchard Core CN 中文讨论组

Orchard Core Reference

This repositry is referencing a stable build of Orchard Core (1.8.0).

NuGet Badge

Load assemblies from config file

appsettings.json

"OrchardCore":{
    "ExternalLib": {
      "Paths": [ 
          "ExternalLibs", // 动态库路径 相对于App_Data 路径,或指定完整路径
          "D:\\project\\bin\\net8.0"// Your external lib 
      ]
    },
}

NuGet Badge

Replace the implementation of the specified controller action in OrchardCore

NuGet Badge

This module implements some controller action replacement with the help of EasyOC.ReplaceAction.

NuGet Badge

  • Adding Swagger UI support to OrchardCore
  • Integration OpenId code flow authentication

NuGet Badge

EasyOC.Workflows.Timers

Make the Timer Workflow Activty support site time zone.

NuGet Badge

Improve the OC Deployment feature

鸣谢

感谢 JetBrains 为开源项目提供免费赞助的的 Rider 等 IDE 的授权

Rider

About

Replace the implementation of the specified controller action in OrchardCore

Resources

License

Stars

Watchers

Forks

Packages

No packages published