Skip to content

wokster/yii2-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog module for yii2

Blog module for yii2

Please do not use yet, still under development Пожалуйста пока не пользуйтесь, еще на стадии разработки

used for educational purposes on my youtube channel:Yii2 for Blondes and Dummies: lessons, notes, guides используется в образовательных целях на моем канале в youtube: Yii2 для Блондинок и Чайников: уроки, заметки, гайды

Installation

The preferred way to install this extension is through composer.

Either run

composer require wokster/yii2-blog "*"

or add

"wokster/yii2-blog": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply add in config : 'modules' => [ .... 'blog' => [ 'class' => 'wokster\blog\Blog', ], .... ],