PHPackages                             jkyang/laravel-filesystem-obs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. jkyang/laravel-filesystem-obs

ActiveLibrary

jkyang/laravel-filesystem-obs
=============================

huawei cloud obs filesystem storage for laravel 5+ or Lumen

013PHP

Since Feb 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/crackqing/laravel-filesystem-obs)[ Packagist](https://packagist.org/packages/jkyang/laravel-filesystem-obs)[ RSS](/packages/jkyang-laravel-filesystem-obs/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Huawei Cloud OBS for Laravel
============================

[](#huawei-cloud-obs-for-laravel)

[Huawei Cloud OBS](https://www.huaweicloud.com/product/obs.html) storage for Laravel based on [wangqs/laravel-filesystem-obs](https://github.com/wqsacy/laravel-filesystem-obs).

- 只适用公司产品,修复高版本兼容问题.
- Lumen5.8版本适配能过

Requirement
===========

[](#requirement)

- PHP &gt;= 7.3

Installation
============

[](#installation)

```
$ composer require "jkyang/laravel-filesystem-obs" -vvv
```

Configuration
=============

[](#configuration)

1. After installing the library, register the `jkyang\Obs\ObsServiceProvider` in your `config/app.php` file:

```
'providers' => [
    // Other service providers...
    jkyang\Obs\ObsServiceProvider::class,
],
```

2. Add a new disk to your `config/filesystems.php` config:

```
