A set of boilerplate code that helps to create Mibew 2.0 plugin
Go to file
2019-03-11 17:50:51 +03:00
Controller Fix docs for HelloWorldController 2014-05-29 16:35:35 +04:00
css Reorganize the repository 2014-05-29 16:23:36 +04:00
composer.json Add authors field to composer.json 2014-06-05 13:11:12 +04:00
LICENSE Add license info 2014-05-29 16:34:00 +04:00
Plugin.php Bump version 2019-03-11 17:50:51 +03:00
README.md Beautify installation instructions in README.md 2014-11-27 12:16:52 +00:00
routing.yml Reorganize the repository 2014-05-29 16:23:36 +04:00

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 plugins configs to "plugins" structure in "<Mibew root>/configs/config.yml". If the "plugins" stucture looks like plugins: [] it will become:

    plugins:
        "Mibew:Boilerplate":
            very_important_value: "$3.50"
    
  5. Navigate to "<Mibew Base URL>/operator/plugin" page and enable the plugin.

License

Apache License 2.0