Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zacksleo/yii2-post
yii2 post module
https://github.com/zacksleo/yii2-post
yii2 yii2-cms yii2-extension
Last synced: 26 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T10:07:04.000Z (about 7 years ago)
- Last Synced: 2024-11-13T14:55:11.006Z (about 2 months 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
[![StyleCI](https://styleci.io/repos/99547471/shield?branch=master)](https://styleci.io/repos/99547471)
[![Build Status](https://travis-ci.org/Graychen/yii2-post.svg?branch=master)](https://travis-ci.org/Graychen/yii2-post)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Graychen/yii2-post/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Graychen/yii2-post/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/Graychen/yii2-post/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Graychen/yii2-post/?branch=master)=============
Yii2 Database postInstallation
------------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.
```