cloudinary-community / cloudinary-laravel

Laravel SDK for Cloudinary
MIT License
258 stars 70 forks source link

How to check if url to image is valid and file exists? #45

Closed sergeynilov closed 2 years ago

sergeynilov commented 2 years ago

Hello, I have links to cloudinary-laravel images in my db and search which is valid way to check if url to image is valid and file exists?

        "cloudinary-labs/cloudinary-laravel": "^1.0",
        "laravel/framework": "^8.12",

Thanks!