Table of Contents
The Theme Installer plugin is free and open source, available on GitHub, developed by Lenon Leite. You can install it manually via S/FTP or command line.
Using S/FTP #
-
- Go to the GitHub repository and download the plugin by clicking Code → Download ZIP.
- Upload the zip package to the
pluginsdirectory. - Unzip the package in the
pluginsdirectory. - Clear your Mautic cache, by deleting all files and folders inside the
var/cachedirectory. - Log in to Mautic, go to Settings → Plugins, and check if the plugin is available. If needed, click Install/Update Plugins.
Using command line #
Adjust the commands according to your server credentials and Mautic installation path.
- SSH into your server:
ssh username@host - Navigate to your Mautic directory:
cd /var/www/yourmautic - Clone the repository into the plugins folder:
git clone https://github.com/lenonleite/mautic-crafting-email-bundle.git plugins/MauticCraftingEmailBundle - Clear cache:
php bin/console cache:clear - Reload and install plugins:
bin/console mautic:plugins:reload
bin/console mautic:plugins:install