dev-master
9999999-devМодуль статей для Yii2
GPL-2.0
The Requires
by Khusainov Marat
extension yii2 article mandrapola
Модуль статей для Yii2
Articles module for Yii2, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist mandrapola/yii2-articles "*"
or add, (*4)
"mandrapola/yii2-articles": "*"
to the require section of your composer.json
file., (*5)
<?= \mandrapola\article\widgets\article\Article::widget(['model' => $model, 'classContainer' => $classContainer]) ?>
$model - Article entity.
$classContainer - Names containers for render content. Default ['container', 'content']., (*6)
Модуль статей для Yii2
GPL-2.0
extension yii2 article mandrapola