vuthaihoc/flysystem-my-storage

There is no license information available for the latest version (v0.1.5) of this package.

v0.1.5 2019-10-24 07:05 UTC

README

A Flysystem driver for my custom storage

Requirements

  • A server with code from another my project

Usage

  • Composer
    composer require vuthaihoc/flysystem-my-storage
  • Add service provider
    Thikdev\LaFly\LaflyStorageProvider::class
  • Config example
    'flystorage_demo' => [
        'driver'     => 'lafly',
        'host'       => 'http://localhost/flystorage/public',
        'username'   => 'judah.yundt@example.net',
        'password'   => 'secret',
        'connection' => 'local_001',
        'cdn' => 'http://localhost/flystorage/public',
    ],