PHPackages                             dscmall/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. [File &amp; Storage](/categories/file-storage)
4. /
5. dscmall/laravel-filesystem-obs

ActiveLibrary[File &amp; Storage](/categories/file-storage)

dscmall/laravel-filesystem-obs
==============================

huawei cloud obs filesystem storage for laravel 5+

v3.2.0(5y ago)1523.7k81MITPHPPHP ^8.0

Since Apr 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/dscmall/laravel-filesystem-obs)[ Packagist](https://packagist.org/packages/dscmall/laravel-filesystem-obs)[ RSS](/packages/dscmall-laravel-filesystem-obs/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (1)

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

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

[Huawei Cloud OBS](https://support.huaweicloud.com/devg-obs_php_sdk_doc_zh/zh-cn_topic_0132036136.html) storage for Laravel based on [dscmall/laravel-filesystem-obs](https://github.com/dscmall/laravel-filesystem-obs).

[大商创技术团队](http://www.dscmall.cn)

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

[](#requirement)

- PHP &gt;= 7.1.3

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

[](#installation)

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

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

[](#configuration)

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

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

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

```
