jakharbek / jakharbek-core
Основной функционал
Installs: 15
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-03-08 17:17:17 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 = "";