cloudinary laravel

Solutions on MaxInterview for cloudinary laravel by the best coders in the world

showing results for - "cloudinary laravel"
Daniela
11 Sep 2020
1composer require cloudinary-labs/cloudinary-laravel
2php artisan vendor:publish --provider="CloudinaryLabs\CloudinaryLaravel\CloudinaryServiceProvider" --tag="cloudinary-laravel-config"
3 #Open your .env file and add your API Environment variable, upload_preset (this is optional, until you need to use the widget) like so:
4//CLOUDINARY_URL=xxxxxxxxxxxxx
5//CLOUDINARY_UPLOAD_PRESET=xxxxxxxxxxxxx
6//CLOUDINARY_NOTIFICATION_URL=