mandrapola / yii2-articles
Модуль статей для Yii2
Package info
github.com/mandrapola/yii2-articles
Language:JavaScript
Type:yii2-extension
pkg:composer/mandrapola/yii2-articles
dev-master
2020-03-30 10:37 UTC
Requires
This package is auto-updated.
Last update: 2026-03-01 00:22:57 UTC
README
Articles module for Yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist mandrapola/yii2-articles "*"
or add
"mandrapola/yii2-articles": "*"
to the require section of your composer.json file.
Usage
<?= \mandrapola\article\widgets\article\Article::widget(['model' => $model, 'classContainer' => $classContainer]) ?>
$model - Article entity.
$classContainer - Names containers for render content. Default ['container', 'content'].