2017 © Pedro Peláez
 

library aliyun-oss-adapter

做了稍许改动,自己项目用,要找原项目,请找https://github.com/aobozhang

image

huojunhao/aliyun-oss-adapter

做了稍许改动,自己项目用,要找原项目,请找https://github.com/aobozhang

  • Tuesday, June 19, 2018
  • by huo376230434
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Use AliyunOss as Laravel Storage

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Aliyun oss driver for Laravel5.0+, also support flysystem adapter., (*2)

inspire by orzcc/aliyun-oss

Usage


use Storage; //... Strorage::[everything in doc]

more infomation 更多信息:, (*3)

Laravel wiki, (*4)

Aobo's wiki, (*5)

Installation

This package can be installed through Composer., (*6)

composer require aobozhang/aliyun-oss-adapter

Configuration

This service provider must be registered., (*7)

// config/app.php

'providers' => [
    ...,
    Aobo\OSS\AliyunOssFilesystemServiceProvider::class,
];

add config:, (*8)

// config/filesystem.php.

        'oss' => [
            'driver'     => 'oss',
            'access_id'  =>  env('OSS_ACCESS_ID','your id'),
            'access_key' =>  env('OSS_ACCESS_KEY','your key'),
            'bucket'     =>  env('OSS_BUCKET','your bucket'),
            'endpoint'   =>  env('OSS_ENDPOINT','your endpoint'),  
                    // eg. oss-cn-beijing.aliyuncs.com !!without 'http://' in OSS SDK 2.0+
        ],

change default to oss, (*9)

'default' => 'oss';

The Versions

19/06 2018

dev-master

9999999-dev

做了稍许改动,自己项目用,要找原项目,请找https://github.com/aobozhang

  Sources   Download

MIT

The Requires

 

19/06 2018

2.0.0

2.0.0.0

做了稍许改动,自己项目用,要找原项目,请找https://github.com/aobozhang

  Sources   Download

MIT

The Requires

 

14/03 2016

1.0.x-dev

1.0.9999999.9999999-dev https://github.com/aobozhang

Use Aliyun oss as Storage for Laravel 5.0+

  Sources   Download

MIT

The Requires

 

laravel storage aliyun oss

28/12 2015

1.0.2

1.0.2.0 https://github.com/aobozhang

Use Aliyun oss as Storage for Laravel 5.0+

  Sources   Download

MIT

The Requires

 

laravel storage aliyun oss

25/12 2015

1.0.1

1.0.1.0 https://github.com/aobozhang

Use Aliyun oss as Storage for Laravel 5.0+

  Sources   Download

MIT

The Requires

 

by aobozhang

laravel storage aliyun oss

25/12 2015

1.0.0

1.0.0.0 https://github.com/aobozhang

Use Aliyun oss as Storage for Laravel 5.0+

  Sources   Download

MIT

The Requires

 

by aobozhang

laravel storage aliyun oss