How to start
Clone module template and prepare it for developing
Last updated
Clone module template and prepare it for developing
Last updated
Now you can create a zip archive and install your new module on the MikoPBX server.
Read the article Prepare IDE and system tools before following the next instructions.
You should load the mikopbx/core package and dependent libraries it helps to resolve references between MikoPBX class names.
Next, you can create a git repository for a new module and commit all new code.
If you have a remote git repository you can push your module into it.