This repository has been archived by the owner on Jan 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
/** | ||
* @Author: printempw | ||
* @Date: 2016-09-28 22:43:44 | ||
* @Last Modified by: printempw | ||
* @Last Modified time: 2016-09-28 22:55:29 | ||
*/ | ||
|
||
Option::set('version', '3.1.1'); | ||
|
||
return [ | ||
'如果你是从 v3.0.x 升级上来的,请进行下列操作:', | ||
'把 /textures 文件夹移动至 /storage 文件夹中', | ||
'删除 /config/routes.php,不然会出现奇怪的问题', | ||
'重新复制一份 .env.example,并适当修改其中的配置(尤其注意 PWD_METHOD 要和以前一样,否则将无法登录)' | ||
]; |