spatie / flysystem-dropbox

A flysystem driver for Dropbox that uses the v2 API
https://freek.dev/734-dropbox-will-turn-off-v1-of-their-api-soon-its-time-to-update-your-php-application
MIT License
342 stars 50 forks source link

add getUrl method #50

Closed Gummibeer closed 5 years ago

Gummibeer commented 5 years ago

This will add support for getUrl() call in Laravel. https://github.com/illuminate/filesystem/blob/404aecc2784c6ca4d02e89c4f52f7c7ced4414fb/FilesystemAdapter.php#L402-L421

freekmurze commented 5 years ago

Thanks!