Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peinhu authored Apr 28, 2017
1 parent 353dbc0 commit 27ae468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*②:断线续传和断点续传不同,断线续传是指遇到断网或无线网络不稳定时,在不关闭页面的情况下,上传组件会定时自动重试,一旦网络恢复,文件会从未上传成功的那个文件块开始继续上传。断线续传在刷新页面或关闭后重开是无法续传的,之前上传的部分已成为无效文件。*  

# 用法
0 在终端内切换到你的laravel项目根目录,执行`composer require peinhu/aetherupload-laravel dev-master`
0 在终端内切换到你的laravel项目根目录,执行`composer require peinhu/aetherupload-laravel ~1.0`

1 在`config/app.php``providers`数组中添加一行`Peinhu\AetherUpload\AetherUploadServiceProvider::class,`

Expand Down

0 comments on commit 27ae468

Please sign in to comment.