Skip to content

Commit

Permalink
文档更新
Browse files Browse the repository at this point in the history
  • Loading branch information
tradzero committed Sep 14, 2017
1 parent 7d9b378 commit aa2934c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ http://yourdomain/admin 进入后台 具体账号可以使用 `php artisan accou
# 安装

## 需求
php > 5.6.4 (最好是php 7 未在php5.6测试过)
php > 7
任意服务器 nginx apache (可选)
composer
redis (文章缓存需要)
Expand Down Expand Up @@ -96,7 +96,7 @@ sync_wordpress= # 是否开启文章推送到wordpress
# 依赖

## [Laravel](https://laravel.com/)
版本:5.4
版本:5.5

## [laravel-debugbar](https://github.com/barryvdh/laravel-debugbar)

Expand Down
4 changes: 2 additions & 2 deletions docs/english.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ how to use:
# Install

## Require
php > 5.6.4 (php 7 is better, php5.6 is untested)
php > 7
any server, like: nginx apache (options)
composer
redis (cache posts)
Expand Down Expand Up @@ -91,7 +91,7 @@ sync_wordpress= # enable sync post to wordpress
# Dependence

## [Laravel](https://laravel.com/)
version: 5.4
version: 5.5

## [laravel-debugbar](https://github.com/barryvdh/laravel-debugbar)

Expand Down

0 comments on commit aa2934c

Please sign in to comment.