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 7652296 commit a0d623eCopy full SHA for a0d623e
README.md
@@ -26,13 +26,13 @@
26
27
2. 修改环境文件`.env`
28
```
29
- ALIYUN_OSS_ACCESS_ID=
30
- ALIYUN_OSS_ACCESS_KEY=
31
- ALIYUN_OSS_BUCKET=
32
- ALIYUN_OSS_ENDPOINT=oss-cn-shanghai.aliyuncs.com
33
- ALIYUN_OSS_IS_CNAME=false
34
- ALIYUN_OSS_CDN_DOMAIN=
35
- ALIYUN_OSS_IS_SSL=false
+ ALIYUN_OSS_ACCESS_ID = <Your aliyun accessKeyId, Required>
+ ALIYUN_OSS_ACCESS_KEY= <Your aliyun accessKeySecret, Required>
+ ALIYUN_OSS_BUCKET = <Your oss bucket name, Required>
+ ALIYUN_OSS_ENDPOINT = <Your oss endpoint domain, Required>
+ ALIYUN_OSS_IS_CNAME = false
+ ALIYUN_OSS_CDN_DOMAIN=
+ ALIYUN_OSS_IS_SSL = false
36
37
38
3. (可选)修改配置文件 `config/filesystems.php`
0 commit comments