Skip to content

Commit a8cbaba

Browse files
CJayHegitee-org
authored andcommitted
update upload-business/index.markdown.
Signed-off-by: Jay_he <1044295598@qq.com>
1 parent 0c6de67 commit a8cbaba

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

upload-business/index.markdown

+1-24
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ keys: 上传,upload,upload-business,phpzlc/upload-business
1616

1717
```shell
1818
composer require phpzlc/upload-business
19+
php bin/console phpzlc:flex:install upload-business
1920
```
2021

2122
## 项目中引用
@@ -28,30 +29,6 @@ upload:
2829
prefix: /upload
2930
```
3031
31-
## README.md 补充
32-
33-
> php.ini
34-
35-
```apacheconfig
36-
upload_max_filesize = 1024M
37-
post_max_size = 1024M
38-
```
39-
40-
> nginx
41-
42-
```apacheconfig
43-
client_max_body_size 1024M;
44-
proxy_connect_timeout 9000s;
45-
proxy_read_timeout 9000s;
46-
proxy_send_timeout 9000s;
47-
```
48-
49-
> 文件夹权限
50-
51-
```shell
52-
sudo chmod -R 755 public/upload/
53-
```
54-
5532
## 提供功能
5633
5734
1. 上传接口

0 commit comments

Comments
 (0)