wokster/yii2-blog

Blog module for yii2

Installs: 40

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 3

Forks: 0

Open Issues: 0

Type:yii2-extension

14.1 2017-05-13 12:29 UTC

This package is auto-updated.

Last update: 2024-04-29 04:06:01 UTC


README

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', ], .... ],