Download the PHP package ibrand/uploader without Composer
On this page you can find all versions of the php package ibrand/uploader. 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 uploader
cdn文件上传-七牛云
特性
- 支持上传图片,音频,视频
- 自定义允许上传文件类型
- 使用简单、即插即用
安装
-
低于 Laravel5.5 版本,
config/app.php
文件中providers
添加iBrand\Upload\UploadServiceProvider::class
- 如需自定义配置请执行
php artisan vendor:publish --provider="iBrand\Upload\UploadServiceProvider" --tag="config"
配置项
使用
在.env文件中配置QINIU_ACCESS_KEY,QINIU_SECRET_KEY,QINIU_BUCKET,QINIU_DOMAIN等配置项。
有两种方式上传文件至七牛云以供选择:
-
请求接口:
具体使用请参照单元测试
- 调用Storage
Resource
项目基于overtrue/laravel-filesystem-qiniu
果酱云社区
-
全网真正免费的IT课程平台
-
专注于综合IT技术的在线课程,致力于打造优质、高效的IT在线教育平台
-
课程方向包含Python、Java、前端、大数据、数据分析、人工智能等热门IT课程
- 300+免费课程任你选择
All versions of uploader with dependencies
PHP Build Version
Package Version
The package ibrand/uploader contains the following files
Loading the files please wait ....