boilerplate-plugin/README.md
2014-05-29 18:45:10 +04:00

600 B

Boilerplate plugin

It does nothing but can be used as a template for a real plugin.

Installation

  1. Download files of the plugin.
  2. Create folder "<Mibew root>/plugins/Mibew/Mibew/Plugin/Boilerplate" (case does matter).
  3. Put files of the plugins to the just created folder.
  4. Add the following lines to the end of "<Mibew root>/libs/config.php":
$plugins_list[] = array(
    'name' => 'Mibew:Boilerplate',
    'config' => array(
        'very_important_value' => '$3.50',
    ),
);

License

Apache License 2.0