2017 © Pedro Peláez
 

october-plugin dropboxadapter-plugin

Dropbox filesystem adapter plugin for OctoberCMS

image

renatio/dropboxadapter-plugin

Dropbox filesystem adapter plugin for OctoberCMS

  • Thursday, July 12, 2018
  • by mplodowski
  • Repository
  • 1 Watchers
  • 3 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 25 % Grown

The README.md

Dropbox Adapter Plugin

Dropbox v2 API filesystem adapter plugin for OctoberCMS., (*1)

Important note: Currently October does not support using Dropbox for media and uploads disks. This plugin solely purpose is to allow using Dropbox as storage option for BackupManager plugin., (*2)

Installation

There are couple ways to install this plugin., (*3)

  1. Use October Marketplace and Add to project button.
  2. Use October backend area Settings > System > Updates & Plugins > Install Plugins and type Renatio.DropboxAdapter.
  3. Use php artisan plugin:install Renatio.DropboxAdapter command.
  4. Use composer require renatio/dropboxadapter-plugin in project root.

Configuration

The first thing you need to do is to get an authorization token at Dropbox. A token can be generated in the App Console for any Dropbox API app. You'll find more info at the Dropbox Developer Blog., (*4)

Add new filesystem disk in disks array in config/filesystems.php:, (*5)

'dropbox' => [
    'driver' => 'dropbox',
    'authorization_token' => env('DROPBOX_ACCESS_TOKEN'),
],

Set generated authorization token DROPBOX_ACCESS_TOKEN in your .env file., (*6)

Like this plugin?

If you like this plugin, give this plugin a Like or Make donation with PayPal., (*7)

My other plugins

Please check my other plugins., (*8)

Support

Please use GitHub Issues Page to report any issues with plugin., (*9)

Reviews should not be used for getting support or reporting bugs, if you need support please use the Plugin support link., (*10)

The Versions

12/07 2018

dev-master

9999999-dev https://octobercms.com/plugin/renatio-dropboxadapter

Dropbox filesystem adapter plugin for OctoberCMS

  Sources   Download

MIT

The Requires

 

by Michal Plodowski

laravel php dropbox octobercms octobercms-plugin