https://github.com/zacksleo/yii2-post
yii2 post module
https://github.com/zacksleo/yii2-post
yii2 yii2-cms yii2-extension
Last synced: 11 months ago
JSON representation
yii2 post module
- Host: GitHub
- URL: https://github.com/zacksleo/yii2-post
- Owner: zacksleo
- License: mit
- Created: 2017-07-29T07:59:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T10:07:04.000Z (over 8 years ago)
- Last Synced: 2024-11-13T14:55:11.006Z (over 1 year ago)
- Topics: yii2, yii2-cms, yii2-extension
- Language: PHP
- Size: 41 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yii2-post
yii2 post module
[](https://styleci.io/repos/99547471)
[](https://travis-ci.org/Graychen/yii2-post)
[](https://scrutinizer-ci.com/g/Graychen/yii2-post/?branch=master)
[](https://scrutinizer-ci.com/g/Graychen/yii2-post/?branch=master)
=============
Yii2 Database post
Installation
------------
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
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
```php
./yii migrate/up --migrationPath=@vendor/zacksleo/yii2-post/migrations
```
in order to create the settings table in your database.
```