sawirricardo / laravel-dropbox
Niceties to add dropbox as one of your laravel's storage system. Wrapper around Spatie's flysystem dropbox.
Requires
- php: ^7.3 | ^8.0 | ^8.1
- illuminate/contracts: ^7.0 | ^8.0 | ^9.0
- spatie/flysystem-dropbox: ^1.0 | ^2.0
- spatie/laravel-package-tools: ^1.9.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.8
- nunomaduro/collision: ^5.0 | ^6.0
- nunomaduro/larastan: ^1.0 | ^2.0.1
- orchestra/testbench: ^6.0 | ^7.0
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.1
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^9.5
- spatie/laravel-ray: ^1.26
This package is auto-updated.
Last update: 2024-10-10 02:11:50 UTC
README
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.
Support us
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
Installation
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, ] ];
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.