PHPackages                             dcblogdev/laravel-dropbox - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. dcblogdev/laravel-dropbox

ActiveLibrary[File &amp; Storage](/categories/file-storage)

dcblogdev/laravel-dropbox
=========================

A Laravel Dropbox v2 package

v3.0.8(2mo ago)3263.0k—5.9%21[7 issues](https://github.com/dcblogdev/laravel-dropbox/issues)[3 PRs](https://github.com/dcblogdev/laravel-dropbox/pulls)MITPHP

Since Jun 2Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/dcblogdev/laravel-dropbox)[ Packagist](https://packagist.org/packages/dcblogdev/laravel-dropbox)[ Docs](https://github.com/dcblogdev/laravel-dropbox)[ GitHub Sponsors](https://github.com/dcblogdev)[ RSS](/packages/dcblogdev-laravel-dropbox/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (23)Used By (0)

[![Latest Version on Packagist](https://camo.githubusercontent.com/474cc3f8d30cd5c88fdcac202ec4678bc4c930cdcdc75162cd8646adcee9cb2a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6463626c6f676465762f6c61726176656c2d64726f70626f782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dcblogdev/laravel-dropbox)[![Total Downloads](https://camo.githubusercontent.com/e70d096f086964fd221dcb3266f0ad4291a6b5da8d3a862aaddd0034a4354cef/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6463626c6f676465762f6c61726176656c2d64726f70626f782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dcblogdev/laravel-dropbox)

[![Logo](https://repository-images.githubusercontent.com/189828582/4defa980-49c1-11eb-9668-76f985726c80)](https://repository-images.githubusercontent.com/189828582/4defa980-49c1-11eb-9668-76f985726c80)

Community
---------

[](#community)

There is a Discord community.  For quick help, ask questions in the appropriate channel.

Introduction
------------

[](#introduction)

A Laravel package for working with Dropbox v2 API.

Dropbox API documentation can be found at:

Application Register
--------------------

[](#application-register)

To use Dropbox API an application needs creating at

Create a new application, select either Dropbox API or Dropbox Business API Next select the type of access needed either the app folder (useful for isolating to a single folder), or full Dropbox.

Next copy and paste the APP Key and App Secret into your .env file:

```
DROPBOX_CLIENT_ID=
DROPBOX_SECRET_ID=

```

Now enter your desired redirect URL. This is the URL your application will use to connect to Dropbox API.

A common URL is

Install
-------

[](#install)

Via Composer

```
composer require dcblogdev/laravel-dropbox

```

Config
------

[](#config)

You can publish the config file with:

```
php artisan vendor:publish --provider="Dcblogdev\Dropbox\DropboxServiceProvider" --tag="config"

```

When published, the config/dropbox.php config file contains, make sure to publish this file and change the scopes to match the scopes of your Dropbox app, inside Dropbox app console.

```
