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: Blade Components / Image description: Learn how to use the Image component in Cloudinary Laravel. ogImageTitle: Blade Components / Image head:
import Table from '@components/Table.astro';
The Image component provides an easy way to deliver images from Cloudinary using Blade syntax.
With it comes access to more advanced features like dynamic cropping, background removal, overlays, and other Cloudinary transofrmations.
Basic usage:
<x-cloudinary::image public-id="example" />
With additional properties:
<x-cloudinary::image public-id="example" width="300" height="300" />
How can I help you explore Laravel packages today?