We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093a0a0 commit 32ab8efCopy full SHA for 32ab8ef
README.md
@@ -5,3 +5,4 @@
5
- sh update-framework.sh
6
- 安装数据库 resource/webbug.sql
7
- 修改数据库配置 config/database.php
8
+ - 添加文件夹 public/static/upload 可写权限
composer.json
@@ -17,7 +17,7 @@
17
],
18
"require": {
19
"php": ">=5.6.0",
20
- "topthink/framework": "~5.1.0",
+ "topthink/framework": "5.1.*",
21
"topthink/think-captcha": "^2.0"
22
},
23
"autoload": {
0 commit comments