Newsletter module
Module for saving user contacts from newsletter form to database.
Installation ¶
Install package ¶
Run command
$ composer require yiimaker/yii2-newsletter
or add
"yiimaker/yii2-newsletter": "~1.0"
to the require section of your composer.json.
Apply migrations ¶
$ ./yii migrate --migrationPath=@vendor/yiimaker/yii2-newsletter/src/migrations
Usage ¶
License ¶
This project is released under the terms of the BSD-3-Clause license.
Copyright (c) 2017, Yii Maker
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.