cloudinary-labs/cloudinary-laravel
Laravel integration for Cloudinary: upload, manage, and transform images and videos with an easy Facade/API, configurable storage, and URL generation. Supports signed delivery, eager transformations, and seamless use in apps and queues.
title: Guides / Upload Images & Videos description: Learn how to upload images & videos in Cloudinary Laravel. ogImageTitle: Guides / Upload Images & Videos head:
Laravel Cloudinary provides a seamless way to integrate Cloudinary's powerful upload capabilities into your Laravel project. This guide will show you how to use the <x-cloudinary::widget> component to add upload functionality to your application.
<x-cloudinary::widget> ComponentThe <x-cloudinary::widget> component is a wrapper around Cloudinary's Upload Widget, specifically optimized for Laravel projects. It allows you to easily add upload functionality with minimal configuration.
Here's a simple example of how to use the widget in your Blade templates:
<x-cloudinary::widget>Upload to Cloudinary</x-cloudinary::widget>
Todo
How can I help you explore Laravel packages today?