Skip to content

Installing Cloudinary Laravel

  1. Requires PHP 8.2+ and Laravel 11+.

    composer require cloudinary-labs/cloudinary-laravel
  2. After you have installed the SDK, you can invoke the install command to set everything up:

    php artisan cloudinary:install

    Add your Cloudinary credentials to your .env file:

    CLOUDINARY_URL=cloudinary://API_KEY:API_SECRET@CLOUD_NAME
    CLOUDINARY_UPLOAD_PRESET=your_upload_preset
    CLOUDINARY_NOTIFICATION_URL=