Skip to content

zacksleo/yii2-post

Repository files navigation

yii2-post

yii2 post module StyleCI Build Status Scrutinizer Code Quality Code Coverage

============= Yii2 Database post

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist zacksleo/yii2-post "*"

or add

"zacksleo/yii2-post": "*"

to the require section of your composer.json file.

Subsequently, run

./yii migrate/up --migrationPath=@vendor/zacksleo/yii2-post/migrations

in order to create the settings table in your database.