All Projects → vova07 → yii2-start-blogs-module

vova07 / yii2-start-blogs-module

Licence: other
Blogs module for Yii2-Start application.

Programming Languages

PHP
23972 projects - #3 most used programming language

WARNING: This extension is not more maintained

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].