born05/craft-subscribe

A Module for subscribing user info to a CRM

3.0.0 2023-07-24 11:32 UTC

This package is auto-updated.

Last update: 2024-04-24 13:07:43 UTC


README

Subscribe users to a CRM

Requirements

This module requires Craft CMS 3.0.0-RC1 or later.

Installation

To install the module, follow these instructions.

  1. Then tell Composer to load the module:

    composer require born05/craft-subscribe
    
  2. Merge the following with your /config/app.php

    'modules' => [
            'craft-subscribe' => [
                    'class' => \born05\craftsubscribe\CraftSubscribe::class,
            ],
    ],
    'bootstrap' => ['craft-subscribe'],
    
  3. Copy a configuration file into /config and rename it to craft-subscribe.php

License

Copyright © Born05

See license