Create a custom Orchard Core CMS widget
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-exampleorchard-example└── src └── Orchard.Web ├── NLog.config ├── Orchard.Web.csproj ├── Program.cs ├── Properties │ └── launchSettings.json ├── Startup.cs ├── appsettings.json └── wwwroot