https://github.com/born05/craft-subscribe
https://github.com/born05/craft-subscribe
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/born05/craft-subscribe
- Owner: born05
- License: mit
- Created: 2023-03-06T12:57:04.000Z (over 3 years ago)
- Default Branch: craft-4
- Last Pushed: 2024-07-18T10:52:49.000Z (about 2 years ago)
- Last Synced: 2025-05-15T04:45:34.677Z (about 1 year ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Subscribe module for Craft CMS 3.x and 4.x
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](https://www.born05.com/)
See [license](https://github.com/born05/craft-subscribe/blob/craft-4/LICENSE.md)