Pinned issues
Issues
- 4
- 0
🚀 Join Cloudinary's Hacktoberfest!
#134 opened by colbyfayock - 0
Analytics version uses stale package version
#131 opened by colbyfayock - 1
Unable to specify asset type for assets lookup
#129 opened by AndikanGabriel - 6
- 2
Error on the return value of CloudinaryLabs\CloudinaryLaravel\CloudinaryAdapter::readStream()
#128 opened by AndikanGabriel - 2
ERROR: Call to undefined method CloudinaryLabs\CloudinaryLaravel\CloudinaryAdapter::getPathPrefix()
#107 opened by emran92 - 2
Upload File from Disk -> MediaAlly
#108 opened by GLStephen - 1
[Error] Return value must be of type array, Cloudinary\Api\ApiResponse returned
#126 opened by DmitrySidorenkoShim - 2
more x-cld-image component attributes and destination folder parameter in attach media
#50 opened by Tressos-Aristomenis - 5
- 2
- 16
- 2
- 7
- 2
- 2
- 1
message : "Call to undefined method CloudinaryLabs\\CloudinaryLaravel\\CloudinaryEngine::getSecureUrl()"
#115 opened by tharindug99 - 1
413 Request Entity Too Large
#113 opened by Ngozistephen - 10
Testcase Failed
#112 opened by dwadp - 1
Trait "League\Flysystem\Adapter\Polyfill\NotSupportingVisibilityTrait" not found
#114 opened by danielozeh - 4
Must supply apiKey in Laravel 11
#120 opened by hamidroohani - 2
Delete previous image and upload new
#67 opened by Gianluigi081 - 2
- 2
Laravel 11 Support.
#110 opened by jevantang - 33
NotSupportingVisibilityTrait not found
#83 opened by Mdhesari - 1
Upload method doesn't support file/image name
#47 opened by jgodstime - 4
- 1
- 1
Create folders with the SDK
#89 opened by hagealex - 2
Publish Laravel 10 support to Packagist
#88 opened by scajal - 1
How to set CLOUDINARY_URL
#92 opened by iamgoodbytes - 7
- 1
- 2
Possibility to download from external URL?
#60 opened by matthiastjong - 5
[Feature Request] support Laravel 9
#57 opened by henryonsoftware - 16
Flysystem problem for Laravel 9
#64 opened by chrisschale - 0
Multiple file upload async
#49 opened by dev-aminmo - 1
- 0
- 0
- 3
Cannot get image URL from Storage Facade
#48 opened by phuclh - 0
- 1
Support For Laravel Lumen
#69 opened by nanichang - 4
Cloudinary is not compatible with Laravel 9
#59 opened by harshalone - 1
Delete video
#68 opened by allanjiru - 2
Some methods fail if used from storage extension
#52 opened by SouD - 1
Upload/Remove Images
#43 opened by adibmed - 4
- 0
@hotfuzz123 I think the only way you can do this right now is if you are storing the public_id(which could be the filename) of the uploaded file in your database. Then you can use that to delete the resource from Cloudinary by supplying the `public_id` to the ```destroy()``` method of the Cloudinary API.
#41 opened by dela-dels