2017 © Pedro PelĂĄez
 

library laravel-flysystem-b2

Adds Backblaze B2 driver to use with Laravel filesystem

image

skydiver/laravel-flysystem-b2

Adds Backblaze B2 driver to use with Laravel filesystem

  • Saturday, November 5, 2016
  • by skydiver
  • Repository
  • 2 Watchers
  • 8 Stars
  • 839 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 2 Versions
  • 11 % Grown

The README.md

flysystem-b2

Introduction

Adds Backblaze B2 driver to use with Laravel filesystem, (*1)

Installation

``` bash composer require skydiver/laravel-flysystem-b2, (*2)



### Configuration After installing, register the `Skydiver\LaravelFlysystemB2\B2ServiceProvider` in your `config/app.php` configuration file: ```php 'providers' => [ // Other service providers... Skydiver\LaravelFlysystemB2\B2ServiceProvider::class, ],

You will also need to add the new driver in your config/filesystems.php configuration file:, (*3)

'b2' => [
    'driver'         => 'b2',
    'bucket'         => '<my bucket name>',
    'accountId'      => '<b2 account id>',
    'applicationKey' => '<b2 application key>'
],

The Versions

05/11 2016

dev-master

9999999-dev

Adds Backblaze B2 driver to use with Laravel filesystem

  Sources   Download

MIT

The Requires

 

laravel filesystem flysystem b2 backblaze

05/11 2016

1.0

1.0.0.0

Adds Backblaze B2 driver to use with Laravel filesystem

  Sources   Download

MIT

The Requires

 

laravel filesystem flysystem b2 backblaze