-
Yii2 Images样式行为插件:yii2-image-style-behavior
资源介绍
图像样式为Yii 2生成行为
为图像创建样式集
安装
安装此扩展的首选方法是通过 。
无论运行
$ composer require artkost/yii2-image-style-behavior
或添加
"artkost/yii2-image-style-behavior": "*"
到composer.json文件的require部分。
配置中
如下配置模型
use artkost\imagestyle\ ImageStyleBehavior ;
class ImageFile extends \yii\db\ ActiveRecord
{
public function behaviors ()
{
return [
'styles' => [
'class' => ImageStyl