johnproza / yii2-news
News extension with categoryes
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
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: 2025-05-12 11:54:14 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', ], ]