johnproza/yii2-news

News extension with categoryes

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2019-03-11 22:06 UTC

This package is auto-updated.

Last update: 2024-05-12 09:50:58 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',
    ],
]