jakharbek / jakharbek-core
Основной функционал
Package info
github.com/jakharbek/jakharbek-core-yii2
Type:yii2-extension
pkg:composer/jakharbek/jakharbek-core
dev-master
2017-12-04 16:55 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-07 21:57:07 UTC
README
Basic Functionality
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist jakharbek/jakharbek-core "*"
or add
"jakharbek/jakharbek-core": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, you mast configurate extension; To do this, you need to open the src/bootstrap.php And specify the mail component and your email
public static $mailer_component = "mailer";
public static $email_from = "";