2017 © Pedro Peláez
 

library laravel-dropbox-storage-driver

Dropbox storage driver for Laravel.

image

milind/laravel-dropbox-storage-driver

Dropbox storage driver for Laravel.

  • Wednesday, October 4, 2017
  • by little-isaac
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3,874 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 4 Versions
  • 41 % Grown

The README.md

Laravel Dropbox Driver

Dropbox storage driver for Laravel., (*1)

Installation

composer require jeylabs/laravel-dropbox-storage-driver

Usage

In your config/app.php, add the service provider:, (*2)

'providers' => [

    Jeylabs\Laravel\DropboxDriver\ServiceProvider::class,

],

Next, add the following in app/filesystems.php:, (*3)

'disks' => [

    'dropbox' => [
        'driver' => 'dropbox',
        'secret' => env('DROPBOX_SECRET'),
        'token' => env('DROPBOX_TOKEN'),
        'prefix' => env('DROPBOX_PREFIX'),
        'app_url' => env('DROPBOX_APP_URL'),
    ],

],

Then, in your .env file:, (*4)

DROPBOX_SECRET=your_app_secret_key
DROPBOX_TOKEN=your_access_token
DROPBOX_PREFIX=your_prefix
DROPBOX_APP_URL=your_application_url

Dealing with Dropbox for the first time? Here's the link to create your first application and generate your app secret key and access token., (*5)

License

MIT, (*6)

The Versions

04/10 2017

dev-master

9999999-dev https://github.com/little-isaac/laravel-dropbox-storage-driver

Dropbox storage driver for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel driver storage dropbox

06/04 2017

1.0.2

1.0.2.0 https://github.com/jeylabs/laravel-dropbox-storage-driver

Dropbox storage driver for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel driver storage dropbox

06/04 2017

1.0.1

1.0.1.0 https://github.com/jeylabs/laravel-dropbox-storage-driver

Dropbox storage driver for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel driver storage dropbox

06/04 2017

1.0.0

1.0.0.0 https://github.com/jeylabs/laravel-dropbox-storage-driver

Dropbox storage driver for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel driver storage dropbox