Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 761 Bytes

install_plugin.md

File metadata and controls

31 lines (21 loc) · 761 Bytes

Install plugin

After creating your TestPlugin first, you must make sure that the our directory plugins included in the module configuration

'modules' => [
    'plugins' => [
        'class' => 'lo\plugins\Module',
        'pluginsDir'=>[
            '@lo/plugins/plugins', // default dir with core plugins
            '@common/plugins', // dir with our plugins
        ]
    ],
],
  • Then go to the install tab and press button

"Install tab"

  • Go to the events tab for enabled and configure plugin event

"Events tab"

  • If you want, change configuration, update...

"Event edit"

  • Go to the website to see the result

"Result"