Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 562 Bytes

plugins-creation.md

File metadata and controls

20 lines (17 loc) · 562 Bytes

Monstra Plugins allow easy modification, customization, and enhancement to a Monstra.

Plugin structure

myplugin/

 ├── install/
 │   ├── myplugin.install.php
 │   ├── myplugin.manifest.xml
 │   └── myplugin.uninstall.php
 ├── languages/
 │   ├── en.lang.php
 │   └── ru.lang.php
 ├── views/
 │   ├── backend/
 │   │   └── index.view.tpl
 │   └── frontend/
 │   	  └── index.view.tpl
 ├── myplugin.admin.php
 └── myplugin.plugin.php