cloudinary-community / cloudinary-laravel

Laravel SDK for Cloudinary
MIT License
255 stars 71 forks source link

Add the ability to attach a file that is already uploaded to cloudinary to a model #81

Open SlimGee opened 1 year ago

SlimGee commented 1 year ago

This PR allows to attach a file on cloudinary by passing a public id to the attachCloudinaryMedia($publicId) method. Adds some non breaking changes