Dropbox filesystem adapter plugin for October CMS.
renatio/dropboxadapter-plugin is a Laravel package for dropbox filesystem adapter plugin for october cms..
It currently has 5 GitHub stars and 55 downloads on Packagist (latest version v4.0.2).
Install it with composer require renatio/dropboxadapter-plugin.
Discover more Laravel packages by renatio
or browse all Laravel packages to compare alternatives.
Last updated
Dropbox v2 API filesystem adapter plugin for OctoberCMS.
Important note: Currently October does not support using Dropbox for
mediaanduploadsdisks. This plugin solely purpose is to allow using Dropbox as storage option for BackupManager plugin.
There are couple ways to install this plugin.
php artisan plugin:install Renatio.DropboxAdapter command.composer require renatio/dropboxadapter-plugin in project root.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.
Add new filesystem disk in disks array in config/filesystems.php:
'dropbox' => [
'driver' => 'dropbox',
'authorization_token' => env('DROPBOX_ACCESS_TOKEN'),
],
Set generated authorization token DROPBOX_ACCESS_TOKEN in your .env file.
If you like this plugin, give this plugin a Like or Make donation with PayPal.
Please check my other plugins.
Please use GitHub Issues Page to report any issues with plugin.
Reviews should not be used for getting support or reporting bugs, if you need support please use the Plugin support link.