Download the PHP package luoyy/huawei-obs-storage without Composer
On this page you can find all versions of the php package luoyy/huawei-obs-storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download luoyy/huawei-obs-storage
More information about luoyy/huawei-obs-storage
Files in luoyy/huawei-obs-storage
Package huawei-obs-storage
Short Description huawei obs filesystem storage for laravel 9+
License MIT
Homepage https://github.com/zishang520/huawei-obs-storage
Informations about the package huawei-obs-storage
Huawei-obs-storage for Laravel 9+
Require
- Laravel 9+
- cURL extension
Installation
In order to install HuaweiOBS-storage, just add
"luoyy/huawei-obs-storage": "^1.0"
to your composer.json. Then run composer install
or composer update
.
Or you can simply run below command to install:
"composer require luoyy/huawei-obs-storage:^1.0"
Then in your config/app.php
add this line to providers array:
Configuration
Add the following in app/filesystems.php
:
Then set the default driver in app/filesystems.php:
Ok, well! You are finish to configure. Just feel free to use Huawei OBS like Storage!
Usage
See Larave doc for Storage Or you can learn here:
First you must use Storage facade
Then You can use all APIs of laravel Storage
Documentation
More development detail see Huawei OBS DOC
License
Except for the Obs directory the source code is released under the MIT license. Read the license file for more information. Obs is Apache License 2.0.
All versions of huawei-obs-storage with dependencies
illuminate/filesystem Version ^9.33|^10
illuminate/support Version ^9.33|^10
league/flysystem Version ^3.8.0
nesbot/carbon Version ^2.62.1