Description
Cronfig
Downloads
263
Favers
19
Stars
19
Forks
7
Open issues
5
Dependents
0
Package versions (3)
Reviews
“
Bla bla test
”
jan@linhart.email
Write a review
Loading authentication...
Install instructions
Use this method to install plugins directly from the Mautic Marketplace using the built-in CLI command.
-
Open your terminal and navigate to your Mautic root directory.
-
Run the following command to install the plugin:
php bin/console mautic:marketplace:install author/plugin-name-bundle -
Go to Settings > Plugins in the Mautic UI.
-
Find it on the screen and click to configure the plugin.
Use this for third-party plugins that are not available on Composer or when your Mautic instance uses the standard production package.
-
Download and unzip the plugin.
-
Rename the folder so it matches the internal bundle name, for example
MauticRecaptchaBundleorCustomObjectBundle. -
Upload the folder to the
/plugins/directory of your Mautic installation, for example/var/www/mautic/plugins/MyCustomPluginBundle/. -
Go to Settings > Plugins and click
Install/Upgrade Plugins. -
Once done, find it on the screen and click to configure the plugin.