Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahmadrosid/laravel-cloudinary-example

Example of how to use Laravel to upload files to Cloudinary.
https://github.com/ahmadrosid/laravel-cloudinary-example

Last synced: 22 days ago
JSON representation

Example of how to use Laravel to upload files to Cloudinary.

Awesome Lists containing this project

README

        

# Laravel Cloudinary Example

![example](http://res.cloudinary.com/dr15yjl8w/image/upload/v1713512125/qjbz3cfbxu4ilfkv3wnr.png)

This is an example of how to use Laravel to upload files to Cloudinary.

## Env

```bash
CLOUDINARY_URL=cloudinary://xxx:xxx@xxx
```

Read the tutorial here [https://ahmadrosid.com/blog/upload-files-to-cloudinary-in-laravel](https://ahmadrosid.com/blog/upload-files-to-cloudinary-in-laravel)