How to Install Plugins
Step-by-step guide for installing Mautic Extendee plugins.
How to install a plugin
- Copy the plugin: Place the plugin folder in
plugins/PluginBundle
- Clear cache:
php bin/console cache:clear
- Reload plugins list:
php bin/console mautic:plugins:reload
- Re-generate assets:
php bin/console mautic:assets:generate
After installation, go to Settings > Plugins in Mautic and make sure the plugin is enabled.