jeylabs/dropbox-master

Dropbox File Upload

1.0.0 2016-03-01 11:34 UTC

This package is auto-updated.

Last update: 2024-06-29 03:41:04 UTC


README

dropbox-master

Laravel Dropbox File Upload

Install using composer

composer require jeylabs/dropbox-master

Add below line into config/app.php inside providers array

Jeylabs\DropboxMaster\DropboxMasterRouteServiceProvider::class,

Publish configuration file

php artisan vendor:publish