jeylabs/dropbox-master

Dropbox File Upload

1.0.0 2016-03-01 11:34 UTC

This package is auto-updated.

Last update: 2024-04-29 03:10:13 UTC


README

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