Getting Started
We have prepared a sample server module in Github, we recommend you to use it as a starting point for the module.
Specifying a Name
Server modules are in coremio/modules/Servers/ directory.
When specifying a name for the modules, (upper/lower case letter, numbers and underscore "_") must be used and it must be unique.
Sample Module Content
SampleServerCP/
|- lang/
| en.php
|- pages/
| activation-html.php (Activation Mail Notification Template)
| activation-text.php (Activation SMS Notification Template)
| create-form-elements.php (Output that will appear on Product/Service adding/modification)
| clientArea-home.php
| clientArea-change-password.php
| panel.php (Output to appear in the Client panel service detail)
| order-detail.php (Output to appear in the administration panel service detail)
| config.php
| logo.png
| SampleServerCP.php
Minimum 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.