giicms/yii2-news

dev-master 2016-05-06 10:08 UTC

This package is not auto-updated.

Last update: 2024-05-11 17:23:25 UTC


README

Yii2 News

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require "giicms/yii2-news" "dev-master"

or add

"giicms/yii2-news": "dev-master"

to the require section of your application's composer.json file.

Usage Example

 'modules' => [
        'rbac' => [
            'class' => 'giicms\news\Module',
        ],
  ],