Installing Cloudinary Laravel
Getting Started
Section titled “Getting Started”Installation
Section titled “Installation”Requires PHP 8.2+ and Laravel 11+.
composer require cloudinary-labs/cloudinary-laravelConfiguration
Section titled “Configuration”After you have installed the SDK, you can invoke the install command to set everything up:
php artisan cloudinary:installAdd your Cloudinary credentials to your .env file:
CLOUDINARY_URL=cloudinary://API_KEY:API_SECRET@CLOUD_NAMECLOUDINARY_UPLOAD_PRESET=your_upload_presetCLOUDINARY_NOTIFICATION_URL=