Skip to content
This repository has been archived by the owner on Mar 1, 2020. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 357 Bytes

install.md

File metadata and controls

27 lines (20 loc) · 357 Bytes

Установка

Устанавливаем зависимость:

composer require yii2module/yii2-encrypt

Создаем полномочие:

oEncryptManage

Объявляем консольный модуль:

return [
	'modules' => [
		// ...
		'encrypt' => 'yii2module\encrypt\console\Module',
		// ...
	],
];