Download the PHP package naturalweb/nwlaravel-dropbox without Composer
On this page you can find all versions of the php package naturalweb/nwlaravel-dropbox. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download naturalweb/nwlaravel-dropbox
More information about naturalweb/nwlaravel-dropbox
Files in naturalweb/nwlaravel-dropbox
Package nwlaravel-dropbox
Short Description Dropbox SDK Service Provider for the Laravel PHP Framework
License BSD-3-Clause
Homepage https://github.com/naturalweb/NwLaravel-Dropbox
Informations about the package nwlaravel-dropbox
NwLaravel Dropbox
This is a service provider for the Laravel PHP Framework, for usage client the of sdk-dropbox. Core API
Requirements:
- PHP 5.3+, with 64-bit integers
- PHP cURL extension with SSL enabled (it's usually built-in).
- Must not be using
mbstring.func_overload
to overload PHP's standard string functions.
Installation
In the require
key of composer.json
file add the following
"naturalweb/nwlaravel-dropbox": "~0.1"
Run the Composer update comand
$ composer update
In your config/app.php
add 'NwLaravel\Dropbox\DropboxServiceProvider'
to the end of the $providers
array
At the end of config/app.php
add 'Dropbox' => 'NwLaravel\Dropbox\DropboxFacade'
to the $aliases
array
Configuration
Publish config using artisan CLI.
php artisan config:publish naturalweb/nwlaravel-dropbox
The configuration to app/config/packages/naturalweb/nwlaravel-dropbox/config/dropbox.php
. This file will look somewhat like: