Skip to content

nooclik/yii2-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog for Yii2

Blog for Yii2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist nooclik/yii2-blog "dev-master"

or add

"nooclik/yii2-blog": "*"

to the require section of your composer.json file.

yii migrate --migrationPath="vendor\nooclik\yii2-blog\src\migrations" 

Usage

'modules' => [
        'blog' => [
            'class' => 'nooclik\blog\Blog',
            'params' =>
            [
                // Включить работу с комментариями
                'useComment' => true
            ]
        ]
    ],

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages