Download the PHP package jichangfeng/laravel-yun-storage without Composer
On this page you can find all versions of the php package jichangfeng/laravel-yun-storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jichangfeng/laravel-yun-storage
More information about jichangfeng/laravel-yun-storage
Files in jichangfeng/laravel-yun-storage
Download jichangfeng/laravel-yun-storage
More information about jichangfeng/laravel-yun-storage
Files in jichangfeng/laravel-yun-storage
Vendor jichangfeng
Package laravel-yun-storage
Short Description Upload attachments to content storage platform like Aliyun OSS, Tencent COS
License MIT
Homepage http://github.com/jichangfeng/laravel-yun-storage
Package laravel-yun-storage
Short Description Upload attachments to content storage platform like Aliyun OSS, Tencent COS
License MIT
Homepage http://github.com/jichangfeng/laravel-yun-storage
Please rate this library. Is it a good library?
Informations about the package laravel-yun-storage
Overview
Laravel yun storage is a simple, but elegant laravel wrapper around jichangfeng/yun-storage.
Yun storage provides a layer that mediates between a user or configured storage frontend and one or several storage backends.
Supported back-end storage
Run environment
- PHP 5.6+
Install
Composer
Execute the following command to get the latest version of the package:
Laravel >= 5.5
- ServiceProvider、Facades will be attached automatically
Laravel < 5.5
In your config/app.php
add YunStorage\Laravel\YunStorageServiceProvider::class
to the end of the providers
array:
In your config/app.php
add YunStorageFacade
to the end of the aliases
array:
Publish Configuration
Usage
Configuration
Instruction
Method
Example
All versions of laravel-yun-storage with dependencies
PHP Build Version
Package Version
The package jichangfeng/laravel-yun-storage contains the following files
Loading the files please wait ....