mandrapola / yii2-articles
Модуль статей для Yii2
Installs: 307
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:yii2-extension
Requires
This package is auto-updated.
Last update: 2025-03-29 01:00:16 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'].