PHPackages                             jasonmann/laravel-filesystem-ali - 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. jasonmann/laravel-filesystem-ali

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

jasonmann/laravel-filesystem-ali
================================

A Aliyun OSS storage filesystem for Laravel.

1.0.0(4y ago)053MITPHPPHP ^7.0 || ^8.0

Since Jan 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/JasonMann1993/laravel-filesystem-ali)[ Packagist](https://packagist.org/packages/jasonmann/laravel-filesystem-ali)[ RSS](/packages/jasonmann-laravel-filesystem-ali/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

 laravel-filesystem-ali
========================

[](#-laravel-filesystem-ali-)

 A Aliyun OSS storage filesystem for Laravel..

扩展包要求
-----

[](#扩展包要求)

- PHP &gt;= 7.0

安装
--

[](#安装)

```
$ composer require jasonmann/laravel-filesystem-ali -vvv
```

配置
--

[](#配置)

#### Laravel

[](#laravel)

1. 将服务提供者 `Jasonmann\LaravelFilesystem\Ali\AliStorageServiceProvider::class` 注册到 `config/app.php` 文件:

```
'providers' => [
    // Other service providers...
    Jasonmann\LaravelFilesystem\Ali\AliStorageServiceProvider::class,
],
```

2. 在 `config/filesystems.php` 配置文件中添加你的新驱动

```
