cloudinary-laravel
cloudinary-laravel copied to clipboard
Laravel SDK for Cloudinary
Its not included in the documentary, How can i resize, transform media with the attachMedia() function? I checked the function and i saw it only receive one parameter
I've tried the library using Laravel v10, but got an error that says `Trait "League\Flysystem\Adapter\Polyfill\NotSupportingVisibilityTrait" not found`. So i decide to fork & clone the repository and try to run...
Laravel 11 has been released thank you
Error: Cloudinary Configuration Issue I am using the latest version "cloudinary-labs/cloudinary-laravel": "^2.0", I've set up Cloudinary in my project, and it's working perfectly on localhost. However, upon uploading it to...
This fails because it's not an "SplFile" which supports "getRealPath", but the path there IS the real path. ``` $user->attachMedia(Storage::path($path), $file_name); ``` I'm trying to support Laraval Livewrire uploads which...
Laravel Framework 7.30.6 PHP 7.4.33 ERROR: Call to undefined method CloudinaryLabs\CloudinaryLaravel\CloudinaryAdapter::getPathPrefix() I'm getting this error when uploading file with livewire. I've changed the livewire config for temporary_file_upload.disk to 'cloudinary'. File...
Laravel 10 with latest version of this package running a livewire component that has the following code. (I'm getting the same error when using it in a normal blade file...
Hi We are using the `UploadApi` class to upload files to Cloudinary and we run into an Exception `Must supply cloudName` when we cache the laravel config (`php artisan config:cache`)....
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.7.0 to 1.9.1. Release notes Sourced from guzzlehttp/psr7's releases. 1.9.1 See change log for changes. 1.9.0 See change log for changes. 1.8.5 See change log for changes....