Skip to content

Commit b4e33a6

Browse files
committed
docs: Update instructions
1 parent 063d833 commit b4e33a6

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

README-CN.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ Laravel 的阿里云对象存储 Storage 扩展
2121
```
2222
$ composer require alphasnow/aliyun-oss-laravel
2323
```
24-
或者在你的`composer.json`中声明依赖:
25-
```
26-
"require": {
27-
"alphasnow/aliyun-oss-laravel": "^2.8"
28-
}
29-
```
3024
然后通过`composer install`安装依赖。
3125
3226
2. 修改环境配置 `.env`

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ This package is a wrapper bridging [aliyun-oss-flysystem](https://github.com/alp
2121
```bash
2222
$ composer require alphasnow/aliyun-oss-laravel
2323
```
24-
You can also declare the dependency on Alibaba Cloud Object Storage Service For Laravel in the composer.json file.
25-
```
26-
"require": {
27-
"alphasnow/aliyun-oss-laravel": "~2.8"
28-
}
29-
```
3024
Then run `composer install` to install the dependency.
3125

3226
2. Modify the environment file `.env`

0 commit comments

Comments
 (0)