Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ahmadrosid/laravel-cloudinary-example
- Owner: ahmadrosid
- Created: 2024-04-19T07:40:30.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-19T08:06:31.000Z (7 months ago)
- Last Synced: 2024-04-20T08:48:19.777Z (7 months ago)
- Language: PHP
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)