Subscribe users to a CRM
This module requires Craft CMS 3.0.0-RC1 or later.
To install the module, follow these instructions.
-
Then tell Composer to load the module:
composer require born05/craft-subscribe
-
Merge the following with your
/config/app.php
'modules' => [ 'craft-subscribe' => [ 'class' => \born05\craftsubscribe\CraftSubscribe::class, ], ], 'bootstrap' => ['craft-subscribe'],
-
Copy a configuration file into
/config
and rename it tocraft-subscribe.php
Copyright © Born05
See license