Getting Started
We have created a sample addon module in Github, we recommend you to use it as a starting point for the module.

Specifying a Name
Add-on modules are located in coremio/modules/Addons/ directory.
When specifying a name for the module (upper/lower case letter, numbers and underscore "_") must be used, and it must be unique.
Sample Module Content
 SampleAddon/
  |- lang/
   | en.php
  |- views/
   | index.php
  | config.php
  |  logo.png
  |  SampleAddon.phpMinimum Requirements
For WISECP minimum system requirements, please check https://docs.wisecp.com/en/kb/system-requirements address.
We recommend that you follow the same minimum requirements wherever possible in your module.