cloudinary-laravel icon indicating copy to clipboard operation
cloudinary-laravel copied to clipboard

Laravel SDK for Cloudinary

Results 32 cloudinary-laravel issues
Sort by recently updated
recently updated
newest added

This was released a few days ago. 🙇🏻 - https://github.com/cloudinary/cloudinary_php/releases/tag/3.0.0

enhancement

$file_documentt = $request->file('documentt'); ``` $cloudinaryImage = $file_documentt->storeOnCloudinary('folder_name'); $url_doc = $cloudinaryImage->getSecurePath(); $public_id_doc = $cloudinaryImage->getPublicId(); ``` basicly this code for storing file with extension .docx or .xlsx what i'm supposed to change...

bug