2017 © Pedro Peláez
 

yii2-extension yii2-cms-email

Yii2 email

image

infoweb-internet-solutions/yii2-cms-email

Yii2 email

  • Tuesday, August 2, 2016
  • by infoweb-internet-solutions
  • Repository
  • 3 Watchers
  • 0 Stars
  • 519 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

CMS email module for Yii 2

Installation

The preferred way to install this extension is through composer., (*1)

Either run, (*2)

php composer.phar require infoweb-internet-solutions/yii2-cms-email "*"

or add, (*3)

"infoweb-internet-solutions/yii2-cms-email": "*"

to the require section of your composer.json file., (*4)

Usage

Once the extension is installed, simply modify your application configuration as follows:, (*5)

Your backend configuration as follows:, (*6)

return [
    ...
    'modules' => [
        'email' => [
            'class' => 'infoweb\email\Module'
        ],
    ],
    ...
];

Import the translations and use category 'infoweb/email':, (*7)

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, (*8)

The Versions