We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d0364 commit c4d8922Copy full SHA for c4d8922
README.md
@@ -90,6 +90,12 @@ $result->getExtension(); // Get the extension of the uploaded file
90
$result->getWidth(); // Get the width of the uploaded file
91
$result->getHeight(); // Get the height of the uploaded file
92
$result->getTimeUploaded(); // Get the time the file was uploaded
93
+
94
+/**
95
+ * You can also retrieve a url if you have a public id
96
+ */
97
98
+$url = Storage::disk('cloudinary')->url($publicId);
99
```
100
101
**Attach Files** to Laravel **Eloquent Models**:
0 commit comments