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

ActiveLibrary

pandabk/laravel-filesystem-obs
==============================

Huawei Cloud OBS filesystem storage for Laravel 9+

02PHP

Since Dec 10Pushed 1y agoCompare

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

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

```
