I am having an issue with configuring Cloudinary version 2.9 in laravel 8. getting the error given in the picture. And I also want to know which files I must change.
I put API key, secret key, and cloud name in vendor/cloudinary/src/configuration/cloudconfig
and
following in vendor/cloudinary/src/configuration/configuration
const CLOUDINARY_URL_ENV_VAR = 'CLOUDINARY_URL=*****************************************';
Also not getting any variable in the .env file, also not getting file named Cloudinary in /config folder