I am learning to develop in blesta. I want to learn how to make custom modules and plugins. Following the structures of other modules and develop a small module that contains a form, i added the modules's folder here: /components/modules/
The structure of the module
The configuration in the config.json file
{
"version": "1.9.0",
"name": "ModuleTest.name",
"description": "ModuleTest.description",
"authors": [
{
"name": "Data.",
"url": "http://www.blesta.com"
}
],
"module": {
"row": "ModuleTest.module_row",
"rows": "ModuleTest.module_row_plural",
"row_key": "name"
},
"email_tags": {
"module": ["*"],
"package": ["*"],
"service": ["*"]
}
}
I extend the Module class in the main controller
The module list does not appear in the installed or available section
How can I make blesta detect the module I created?
Question
felipe.rivero
I am learning to develop in blesta. I want to learn how to make custom modules and plugins. Following the structures of other modules and develop a small module that contains a form, i added the modules's folder here: /components/modules/
The structure of the module
The configuration in the config.json file
I extend the Module class in the main controller
The module list does not appear in the installed or available section
How can I make blesta detect the module I created?
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.