Русская версия этого документа доступна здесь.
Behavior yii2-image
for Yii2 allows manage image for ActiveRecord models
The preferred way to install this extension is through composer.
Navigate to the project folder and run the console command:
$ composer require inblank/yii2-image
or add:
"inblank/yii2-image": "~0.1"
to the require
section of your composer.json
file.