I'm trying to set this up on my project using this package https://github.com/cloudinary-labs/cloudinary-laravel but I haven't been successful.
I followed the setup on the GitHub but I'm not sure I did it right. I see these are needed in the .env
CLOUDINARY_URL=xxxxxxxxxxxxx
CLOUDINARY_UPLOAD_PRESET=xxxxxxxxxxxxx
CLOUDINARY_NOTIFICATION_URL=
And it says those are on the Account Dashboard but I can't see them I only have
Cloud name:
API Key:
API Secret:
API Environment variable: CLOUDINARY_URL=cloudinary://***
Base delivery URL:
Secure delivery URL:
API Base URL:
The names don't match, except for the API Environment variable is the CLOUDINARY_URL, but other that one I don't know what goes where.
What do I put for the other two?
I'm also getting either a Guzzle connection error or this
Cloudinary\Api\Exception\GeneralError Server returned unexpected status code - 504 -
What am I doing wrong?