You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@
22
22
23
23
-[Installation](#installation)
24
24
-[Usage](#usage)
25
+
-[File Storage Driver](#file-storage-driver)
25
26
-[Blade Components](#blade-components)
26
27
-[Disclaimer](#disclaimer)
27
28
-[Contributions](#contributions)
@@ -54,6 +55,26 @@ CLOUDINARY_NOTIFICATION_URL=
54
55
55
56
## Usage
56
57
58
+
### File Storage Driver
59
+
60
+
This SDK implements the [File Storage](https://laravel.com/docs/12.x/filesystem#main-content) Driver interface allowing you to use it as just another storage destination like s3, azure or local disk.
61
+
62
+
Add a new `cloudinary` key to your `config/filesystems.php` disk key like so:
0 commit comments