maks757/yii2-data-articles-not-multi
Composer 安装命令:
composer require maks757/yii2-data-articles-not-multi
包简介
Articles module.
关键字:
README 文档
README
migration
yii migrate --migrationPath=@vendor/maks757/yii2-data-articles/migrations
yii migrate --migrationPath=@vendor/maks757/embeddable-gallery/migrations
backend config
'modules' => [ 'articles' => [ 'class' => \maks757\articlesdata\ArticleModule::className(), ], 'egallery' => [ 'class' => \maks757\egallery\GalleryModule::className() ], //... ],
common config
'components' => [ 'article' => [ 'class' => \maks757\imagable\Imagable::className(), 'imageClass' => CreateImageMetaMulti::className(), 'nameClass' => GenerateName::className(), 'imagesPath' => '@frontend/web/images', 'categories' => [ 'category' => [ 'article' => [ 'size' => [ 'origin' => [ 'width' => 0, 'height' => 0, ] ] ], 'images' => [ 'size' => [ 'origin' => [ 'width' => 0, 'height' => 0, ] ] ] ] ] ], 'egallery' => [ 'class' => \maks757\imagable\Imagable::className(), 'imageClass' => CreateImageMetaMulti::className(), 'nameClass' => GenerateName::className(), 'imagesPath' => '@frontend/web/images', 'categories' => [ 'category' => [ 'egallery' => [ 'size' => [ 'origin' => [ 'width' => 0, 'height' => 0, ] ] ] ] ] ], //... ],
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2017-05-08
