Download the PHP package carlosocarvalho/flysystem-cloudinary without Composer
On this page you can find all versions of the php package carlosocarvalho/flysystem-cloudinary. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download carlosocarvalho/flysystem-cloudinary
More information about carlosocarvalho/flysystem-cloudinary
Files in carlosocarvalho/flysystem-cloudinary
Package flysystem-cloudinary
Short Description Flysystem adapter for Cloudinary
License MIT
Homepage http://carlosocarvalho.github.io/flysystem-cloudinary
Informations about the package flysystem-cloudinary
flysystem-cloudinary v3
Cloudinary adapter for The PHP League Flysystem v3
Install
Configuration
You can configure the package in two different ways.
Using CLOUDINARY_URL
You can configure the library using the environment variable . Whe using you have access to the underlying Cloudinary SDK without instantiating the adapter or explicit instantiating the Cloudinary SDK.
You can read more in their documentation https://cloudinary.com/documentation/php_integration#setting_the_cloudinary_url_environment_variable
Manual configuration
Example
List contents and others actions use Filesystem api
Add Resource Type list in container image
,video
, raw
Add content list type in container 'upload', 'private', 'authenticated', 'fetch', 'facebook', 'twitter', 'gravatar', 'youtube', 'hulu', 'vimeo', 'animoto', 'worldstarhiphop', 'dailymotion', 'list'
For use in laravel
To use in Laravel register you must register the driver. Learn how to register a custom filesystem in the Laravel Documentation.