vova07/yii2-start-blogs-module

The blogs module for Yii2-start application.

Installs: 10 138

Dependents: 1

Suggesters: 0

Security: 0

Stars: 17

Watchers: 5

Forks: 8

Open Issues: 2

Type:yii2-extension

0.3.1 2015-08-19 16:51 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:36:12 UTC


README

Yii2-Start blogs module.

This module provide a blogs managing system for Yii2-Start application.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist vova07/yii2-start-blogs-module "*"

or add

"vova07/yii2-start-blogs-module": "*"

to the require section of your composer.json file.

Configuration

  • Add module to config section:
'modules' => [
    'blogs' => [
        'class' => 'vova07\blogs\Module'
    ]
]
  • Run migrations:
php yii migrate --migrationPath=@vova07/blogs/migrations
  • Run RBAC command:
php yii blogs/rbac/add