terabytesoftw/helper-mailer

Component Mailer User Core


Keywords
mailer, user, component, core, yii
License
BSD-3-Clause

Documentation

Component Mailer User Core

Unstable Version Build Status Build Status Build Status Code Quality Code Intelligence Status Maintainability


App Web Application Basic of Yii Version 2.0. Yii Framework application best for rapidly creating projects with Bootstrap 4.

DIRECTORY STRUCTURE:

config/             contains application configurations
docs/               contains documentation application basic
src/                contains source files
tests/              contains tests codeception for the web application
vendor/             contains dependent 3rd-party packages

REQUIREMENTS:

  • The minimum requirement by this project template that your Web server supports:
    • PHP 7.2 or higher.

GENERATE MESSAGES TRANSLATION:

To generate the Yii 2.0 Web Application Basic translations, you can change the language settings in:

config/messages.php - [app-template-basic]:

'languages' => ['en'], 

Automatically the generator will create the folder of your language in /messages - [app-template-basic], If any translation is needed, you can open an issue to add it.

root directory - [app-template-basic]:
./vendor/bin/yii message config/messages.php

RUN TESTS CODECEPTION:

// download all composer dependencies root project
$ composer update --prefer-dist -vvv

// run all tests with code coverage
$ vendor/bin/codecept run --coverage-xml

WEB SERVER SUPPORT:

  • Apache.
  • Nginx.
  • OpenLiteSpeed.

DOCUMENTATION STYLE GUIDE:

Style CI Documentation PSR2.

LICENCE:

License YiiFramework Total Downloads StyleCI