zacksleo/yii2-post

yii2 post module

Installs: 1 835

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 2

Open Issues: 0

Type:yii2-extension

1.1.1 2017-11-02 10:06 UTC

This package is auto-updated.

Last update: 2024-04-08 06:55:31 UTC


README

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.