infoweb-internet-solutions / yii2-cms-email
Yii2 email
Installs: 523
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 2
Open Issues: 0
Type:yii2-extension
Requires
- infoweb-internet-solutions/yii2-cms: @stable
- kartik-v/yii2-grid: @stable
- kartik-v/yii2-helpers: @stable
- kartik-v/yii2-widgets: @stable
- yiisoft/yii2: @stable
This package is not auto-updated.
Last update: 2024-12-21 17:48:33 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require infoweb-internet-solutions/yii2-cms-email "*"
or add
"infoweb-internet-solutions/yii2-cms-email": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply modify your application configuration as follows:
Your backend configuration as follows:
return [ ... 'modules' => [ 'email' => [ 'class' => 'infoweb\email\Module' ], ], ... ];
Import the translations and use category 'infoweb/email':
yii i18n/import @infoweb/email/messages
To use the module, execute yii migration
yii migrate/up --migrationPath=@vendor/infoweb-internet-solutions/yii2-cms-email/migrations