Skip to content

Commit c4d8922

Browse files
committed
updated docs
1 parent c6d0364 commit c4d8922

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ $result->getExtension(); // Get the extension of the uploaded file
9090
$result->getWidth(); // Get the width of the uploaded file
9191
$result->getHeight(); // Get the height of the uploaded file
9292
$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);
9399
```
94100

95101
**Attach Files** to Laravel **Eloquent Models**:

0 commit comments

Comments
 (0)