From c563c781d95395db88ea08c44aab9aa62acb3d71 Mon Sep 17 00:00:00 2001 From: Mark van Eijk Date: Mon, 15 May 2023 14:39:04 +0200 Subject: [PATCH] added uploadcare package as third party adapter --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f8fe6e588..0c3042d5b 100644 --- a/readme.md +++ b/readme.md @@ -44,6 +44,7 @@ for which ever storage is right for you. * **[OneDrive](https://github.com/doerffler/flysystem-onedrive)** * **[Dropbox](https://github.com/spatie/flysystem-dropbox)** * **[ReplicateAdapter](https://github.com/ajgarlag/flysystem-replicate)** +* **[Uploadcare](https://github.com/vormkracht10/flysystem-uploadcare)** You can always [create an adapter](https://flysystem.thephpleague.com/docs/advanced/creating-an-adapter/) yourself.