Skip to content

Commit 861fb27

Browse files
authored
修正了说明文档
修改了无效的发布资源命令
1 parent 7b36dc5 commit 861fb27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ php artisan aetherupload:publish
1616

1717
4,发布本扩展包的静态资源:
1818
````
19-
php artisan vendor:publish --provider=Encore\LargeFileUpload\LargeFileUploadServiceProvider.php
19+
php artisan vendor:publish --tag=large-file-upload
2020
````
2121
5,注册进laravel-admin,在app/Admin/bootstrap.php中添加以下代码:
2222
````
@@ -33,4 +33,4 @@ $form->largefile('ColumnName', 'LabelName');
3333
![](preview.png)
3434

3535
上传中
36-
![](onload.png)
36+
![](onload.png)

0 commit comments

Comments
 (0)