Your opinion matters. If you need help, contact us.

Crafting.email Documentation

Go back to website ➔

View Categories

Installation

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 #

    1. Go to the GitHub repository and download the plugin by clicking Code → Download ZIP.
    2. Upload the zip package to the plugins directory.
    3. Unzip the package in the plugins directory.
    4. Clear your Mautic cache, by deleting all files and folders inside the var/cache directory.
    5. 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.

  1. SSH into your server:
    ssh username@host
  2. Navigate to your Mautic directory:
    cd /var/www/yourmautic
  3. Clone the repository into the plugins folder:
    git clone https://github.com/lenonleite/mautic-crafting-email-bundle.git plugins/MauticCraftingEmailBundle
  4. Clear cache:
    php bin/console cache:clear
  5. Reload and install plugins:
    bin/console mautic:plugins:reload
    bin/console mautic:plugins:install