Close
AlgoliaLogoLight
Close full mode
logo

Create a custom Orchard Core CMS widget

Git RepositoryEdit on Github

Setup a new Orchard project

  • Follow steps in Setup Orchard Core CMS document to setup a new Orchard Core CMS.
  • Please make sure you can login to an admin panel.
  • After you have setup a project you should have a project structure like this:
$ tree -I 'bin|obj' orchard-example
orchard-example
└── src
└── Orchard.Web
├── NLog.config
├── Orchard.Web.csproj
├── Program.cs
├── Properties
│   └── launchSettings.json
├── Startup.cs
├── appsettings.json
└── wwwroot
Loading comments...