PHPackages                             overtrue/laravel-filesystem-qiniu - 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. overtrue/laravel-filesystem-qiniu

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

overtrue/laravel-filesystem-qiniu
=================================

A Qiniu storage filesystem for Laravel.

v3.0.0(1mo ago)482229.7k↓30.9%36[1 PRs](https://github.com/overtrue/laravel-filesystem-qiniu/pulls)16MITPHPCI passing

Since Mar 14Pushed 1mo ago6 watchersCompare

[ Source](https://github.com/overtrue/laravel-filesystem-qiniu)[ Packagist](https://packagist.org/packages/overtrue/laravel-filesystem-qiniu)[ GitHub Sponsors](https://github.com/overtrue)[ RSS](/packages/overtrue-laravel-filesystem-qiniu/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (13)Versions (19)Used By (16)

Laravel filesystem Qiniu
========================

[](#laravel-filesystem-qiniu)

[Qiniu](http://www.qiniu.com/) storage for Laravel based on [overtrue/flysystem-qiniu](https://github.com/overtrue/flysystem-qiniu).

[![Sponsor me](https://github.com/overtrue/overtrue/raw/master/sponsor-me-button-s.svg?raw=true)](https://github.com/sponsors/overtrue)

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

[](#requirement)

- Laravel &gt;= 9.0

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

[](#installation)

```
$ composer require "overtrue/laravel-filesystem-qiniu"
```

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

[](#configuration)

1. After installing the library, register the `Overtrue\LaravelFilesystem\Qiniu\QiniuStorageServiceProvider` in your `config/app.php` file:

```
'providers' => [
    // Other service providers...
    Overtrue\LaravelFilesystem\Qiniu\QiniuStorageServiceProvider::class,
],
```

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

```
