PHPackages                             ijidan/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. ijidan/laravel-filesystem-obs

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

ijidan/laravel-filesystem-obs
=============================

huawei cloud obs filesystem storage for laravel 5+

010PHP

Since Mar 31Pushed 4y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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 "ijidan/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:

```
