Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Documentation? #5

@Helveg

Description

@Helveg

Any "Getting Started"s lying around on how to get a working adapter?

For the next person wondering, the 'Client' class the constructor requires is just the LaravelBox so this'll do to get started:

use LaravelBox\LaravelBox;
use FlysystemBox\BoxAdapter;
use League\Flysystem\Filesystem;

$box = new LaravelBox("YOUR-API-KEY");
$adapter = new BoxAdapter($box);
$remote = new Filesystem($adapter);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions