Download the PHP package aquaz/laravel-filesystem-oss without Composer
On this page you can find all versions of the php package aquaz/laravel-filesystem-oss. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aquaz/laravel-filesystem-oss
More information about aquaz/laravel-filesystem-oss
Files in aquaz/laravel-filesystem-oss
Download aquaz/laravel-filesystem-oss
More information about aquaz/laravel-filesystem-oss
Files in aquaz/laravel-filesystem-oss
Vendor aquaz
Package laravel-filesystem-oss
Short Description AliyunOSS filesystem for Laravel
License MIT
Package laravel-filesystem-oss
Short Description AliyunOSS filesystem for Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-filesystem-oss
Oss Filesystem for Laravel
扩展包要求
- PHP >= 7.0
安装命令
配置
-
laravel5.5以下版本需手动注册服务提供者config/app.php
- 添加oss配置
config/filesystems.php
基本使用
-
参考官方文档,实例化一个oss的磁盘后,storage方法基本通用(https://learnku.com/docs/laravel/5.8/filesystem/3918)
Storage::disk('oss')->put('test/1.log', 'Test put a file');
laravel5.5以下版本需手动注册服务提供者config/app.php
config/filesystems.php
参考官方文档,实例化一个oss的磁盘后,storage方法基本通用(https://learnku.com/docs/laravel/5.8/filesystem/3918)
Storage::disk('oss')->put('test/1.log', 'Test put a file');
All versions of laravel-filesystem-oss with dependencies
PHP Build Version
Package Version
The package aquaz/laravel-filesystem-oss contains the following files
Loading the files please wait ....