NetCoreCMS icon indicating copy to clipboard operation
NetCoreCMS copied to clipboard

Can this be extended? Do you have a way to develop plugins?

Open meatballcoder opened this issue 7 years ago • 1 comments

Hi, I didn't know if NetCoreCMS had a plugin architecture or if it could be extended for modules.

Edit: If it does, as I saw Modules in the code, what does it use for this? Your own framework, MEF, ExtCore...?

meatballcoder avatar Jan 02 '18 20:01 meatballcoder

Dear @meatballcoder, Yes NetCoreCMS is a modular CMS. Which is developed using ASP.Net Core MVC and for dependency injection we have used Autofac. Please see the demo. Login as admin. You will seed module install/uninstall feature under Module > Manage menu.

masums avatar Jan 03 '18 01:01 masums