Download the PHP package born05/craft-subscribe without Composer
On this page you can find all versions of the php package born05/craft-subscribe. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download born05/craft-subscribe
More information about born05/craft-subscribe
Files in born05/craft-subscribe
Download born05/craft-subscribe
More information about born05/craft-subscribe
Files in born05/craft-subscribe
Vendor born05
Package craft-subscribe
Short Description A Module for subscribing user info to a CRM
License MIT
Package craft-subscribe
Short Description A Module for subscribing user info to a CRM
License MIT
Please rate this library. Is it a good library?
Informations about the package craft-subscribe
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.
-
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
All versions of craft-subscribe with dependencies
PHP Build Version
Package Version
The package born05/craft-subscribe contains the following files
Loading the files please wait ....