born05 / craft-subscribe
A Module for subscribing user info to a CRM
Installs: 680
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
Type:craft-module
Requires
- php: ^8.0.2
- craftcms/cms: ^4.0.0-alpha|^5.0.0-beta.1
This package is auto-updated.
Last update: 2024-10-18 11:32:21 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.
-
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
License
Copyright © Born05
See license