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 7b36dc5 commit 861fb27Copy full SHA for 861fb27
README.md
@@ -16,7 +16,7 @@ php artisan aetherupload:publish
16
17
4,发布本扩展包的静态资源:
18
````
19
-php artisan vendor:publish --provider=Encore\LargeFileUpload\LargeFileUploadServiceProvider.php
+php artisan vendor:publish --tag=large-file-upload
20
21
5,注册进laravel-admin,在app/Admin/bootstrap.php中添加以下代码:
22
@@ -33,4 +33,4 @@ $form->largefile('ColumnName', 'LabelName');
33

34
35
上传中
36
-
+
0 commit comments