How to install the module
Installation
It's highly recommended to install the module by using Composer 2. For example:
composer require 'drupal/cloudinary:^3.0'This way, all module dependencies like Cloudinary PHP SDK will be installed automatically.
Besides, it will be easy enough to update the module in the future. For example:
composer update drupal/cloudinary -WIt will update the module with all the dependencies.
PHP support
The module works well with all PHP versions supported and recommended by Drupal core.
Drupal core support
The module works with Drupal core versions since 9.3.0 and above. Drupal 10 compatibility starts from 3.0.x version
