born05 / craft-subscribe
A Module for subscribing user info to a CRM
Installs: 770
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:craft-module
pkg:composer/born05/craft-subscribe
Requires
- php: ^8.0.2
- craftcms/cms: ^4.0.0-alpha|^5.0.0-beta.1
This package is auto-updated.
Last update: 2025-10-18 13:45:35 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
/configand rename it tocraft-subscribe.php
License
Copyright © Born05
See license