Download the PHP package tikaraj21/newsletter without Composer
On this page you can find all versions of the php package tikaraj21/newsletter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package newsletter
newsletter
newsletter
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Usage -----config.php
'modules' => [
---
'newsletter' => [
'class' => 'tikaraj21\newsletter\Newsletter',
],
----
],
and for mail sending use
'components' => [
...
'email' => 'tikaraj21\newsletter\mailer\Mail',
...
],
if any problem use
"yiisoft/yii2-swiftmailer": "~2.0.5",
To use menu manager (optional). Execute yii migration here: php
All versions of newsletter with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
*
The package tikaraj21/newsletter contains the following files
Loading the files please wait ....