Skip to content

Commit d276dd5

Browse files
committed
修改了说明文件及name
1 parent ea636f7 commit d276dd5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
laravel-admin extension
22
======
33

4-
本扩展包是基于peinhu的[AetherUpload-Laravel](https://github.com/peinhu/AetherUpload-Laravel)针对laravel-admin开发的大文件上传工具
5-
直接用于Form组件。
6-
-----
4+
本扩展包是基于peinhu的[AetherUpload-Laravel](https://github.com/peinhu/AetherUpload-Laravel)针对[laravel-admin](https://github.com/z-song/laravel-admin)开发的大文件上传工具
5+
直接用于Form组件。当前版本为Laravel 5.5。
6+
77
1,安装:
88
````
99
composer require laravel-admin-ext/large-file-upload

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "laravel-admin-ext/large-file-upload",
2+
"name": "dianwoung/large-file-upload",
33
"description": "An extension of laravel-admin for uploading large files",
44
"type": "library",
55
"keywords": ["laravel-admin", "extension"],
6-
"homepage": "https://github.com/laravel-admin-ext/large-file-upload",
6+
"homepage": "https://github.com/Dianwoung/large-file-upload",
77
"license": "MIT",
88
"authors": [
99
{

0 commit comments

Comments
 (0)