Niceties to add dropbox as one of your laravel's storage system. Wrapper around Spatie's flysystem dropbox.
Simply use dropbox as storage for your laravel apps.
We invest a lot of resources into creating best in class open source packages. You can support by donating to
- Paypal
- BCA 8330123584
I appreciate you if you connect with me on Twitter
You can install the package via composer:
composer require sawirricardo/laravel-dropbox
You'll need to update your filesystem.php
to add dropbox
like so:
return [
// ...
'dropbox' => [
'authorization_token' => env('DROPBOX_AUTHORIZATION_TOKEN', null),
'case_sensitive' => true,
]
];
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.