
Cloudinary wrapper for Laravel 5
Cloudder is a handy wrapper for Laravel 5 and Lumen that streamlines the process of integrating Cloudinary into your applications. This tool simplifies image and video uploads, making it an excellent addition for developers who regularly deal with multimedia content. While development and maintenance have slowed down, its functionality remains valuable for those still working within the PHP ecosystem.
Using Cloudder, developers can upload images and videos easily, manage them within Cloudinary, and retrieve the necessary URLs for display. Despite being less actively maintained, the library still provides ample support for various functions that can enhance a Laravel project’s media handling capabilities.
composer require jrm2k6/cloudder) and configure it without hassle.upload() method allows you to upload images to Cloudinary with ease, setting custom public IDs or letting the service generate one.uploadVideo(), you can seamlessly upload videos while managing options such as public ID and tags.rename() and destroyImage() let you manage uploaded resources, including renaming and deleting as needed.show() and showPrivateUrl() to get URLs for displaying images, including the option for secure HTTPS URLs.While Cloudder may not be receiving updates, it remains a functional resource for developers looking to optimize media management in their Laravel projects.
