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

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

stopfoot/laravel-filesystem-obs
===============================

huawei cloud obs filesystem storage for laravel 5+

v1.0.2(3mo ago)17MITPHPPHP ^7.1.3|^8

Since Jul 13Pushed 3mo ago1 watchersCompare

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

READMEChangelog (2)DependenciesVersions (4)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 [stopfoot/laravel-filesystem-obs](https://github.com/stopfoot/laravel-filesystem-obs).

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

[](#requirement)

- PHP &gt;= 7.1.3
- PHP &gt;= 8

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

[](#installation)

```
$ composer require "stopfoot/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:

```
