johnproza / yii2-news
News extension with categoryes
dev-master
2019-03-11 22:06 UTC
Requires
- johnproza/yii2-comments: @dev
- johnproza/yii2-gallery: @dev
- yiisoft/yii2: ~2.0.0
- yiisoft/yii2-bootstrap4: @dev
This package is auto-updated.
Last update: 2026-03-12 13:39:37 UTC
README
Comments extension for items
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist johnproza/yii2-news "*"
or add
"johnproza/yii2-news": "*"
to the require section of your composer.json file.
Usage
Before using you must prepare database
php yii migrate --migrationPath=@vendor/johnproza/yii2-news/migrations
Module setup
Insert into your config file
'modules' => [ 'news' => [ 'class' => 'oboom\news\Module', ], ]