Download the PHP package chenhua/laravel5-aliyun-oss without Composer
On this page you can find all versions of the php package chenhua/laravel5-aliyun-oss. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel5-aliyun-oss
Laravel5-Aliyun-Oss
Laravel5-Aliyun-Oss 是阿里云 OSS 官方 SDK 的 Composer 封装,支持 Laravel5 项目。
更新记录
- 2017-10-23
Release v1.0.3
获取文件内容方法更改为curl方式 - 2017-10-05
Release v1.0.2
修改取文件后缀方法 - 2017-09-25
Release v1.0.1
文件后缀转小写,添加组件使用demo - 2017-09-20
Release v1.0.0
引入aliyunOss2.0,封装根据 url 上传文件方法。
安装流程
1、安装的两种方式
① 直接编辑配置文件
将以下内容增加到 composer.json:
然后运行 composer update
。
② 执行命令安装
运行命令:
2、完成上面的操作后,修改 config/app.php
中 providers
数组
3、修改 config/app.php
中 aliases
数组
4、执行 artisan
命令,生成 config/aliyun.php
配置文件
5、.env
添加配置项
使用
重新封装方法
外网 url 上传文件
静态调用 Aliyun 自带方法
更多用法可以参考阿里云官方代码,查看更多>>>。
License
除 “版权所有(C)阿里云计算有限公司” 的代码文件外,遵循 MIT license 开源。
All versions of laravel5-aliyun-oss with dependencies
PHP Build Version
Package Version
Requires
aliyuncs/oss-sdk-php Version
~2.0
The package chenhua/laravel5-aliyun-oss contains the following files
Loading the files please wait ....