Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peinhu authored Jul 31, 2017
1 parent 6d89a36 commit fc1c5a4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@

**使用方便的artisan命令**

`php artisan aetherupload:groups` 列出所有分组并自动创建对应目录
`php artisan aetherupload:build` 在Redis中重建资源文件的hash清单
`php artisan aetherupload:clean` 清除几天前的无效临时文件
`php artisan aetherupload:publish` vendor:publish的简化命令,覆盖发布一些目录和文件
Expand Down Expand Up @@ -108,6 +109,10 @@ AetherUpload并未使用MIME Type来检测上传文件类型,而是直接限
虽然做了诸多安全工作,但恶意文件上传是防不胜防的,建议确保所有上传目录权限为755,文件权限为644。  

# 更新日志
**2017-07-31 v1.0.4**
添加自动创建分组目录的artisan命令
修正当predis不存在时会报错的情况

**2017-07-18 v1.0.3**
添加文件秒传支持
添加方便的artisan命令
Expand All @@ -117,7 +122,7 @@ AetherUpload并未使用MIME Type来检测上传文件类型,而是直接限
添加子目录支持

**2017-04-27 v1.0.1**
修复[局部刷新导致的上传无响应问题](https://github.com/peinhu/AetherUpload-Laravel/issues/6)
修正[局部刷新导致的上传无响应问题](https://github.com/peinhu/AetherUpload-Laravel/issues/6)  
后端代码结构大幅优化
后端代码格式统一规范化
前端代码改进
Expand Down

0 comments on commit fc1c5a4

Please sign in to comment.