t3chnik/laravel-storage-cloudinary-adapter-service-provider

Laravel 5 Storage Cloudinary Adapter Service Provider
48 1
Install
composer require t3chnik/laravel-storage-cloudinary-adapter-service-provider
PHP:>=5.3.0
License:MIT
Last Updated:Sep 26, 2015
Links: GitHub  ·  Packagist
Maintainer: t3chnik

Laravel Storage Cloudinary Adapter Service Provider

This is meant to be a service provider for Laravel 5.* for Storage Cloudinary Adapter.

Usage

After instalation add to config/filesystems.php:

'cloudinary' => [
    'driver' => 'cloudinary',
    'api_key' => env('CLOUDINARY_API_KEY'),
    'api_secret' => env('CLOUDINARY_API_SECRET'),
    'cloud_name' => env('CLOUDINARY_CLOUD_NAME'),
],

Provide apropriate values in your .env file.

Contributing

Contributions are welcome and will be fully credited.

License

The MIT License (MIT). Please see License File for more information.

Related Packages

piotr-grabowski-elastique/laravel-vfs-adapter

Virtual Filesystem Storage Adapter for Laravel

7 0
kossmoss/laravel-vfs-adapter

Virtual Filesystem Storage Adapter for Laravel

78 0
amelia/backblaze

Backblaze laravel storage adapter

870 5
brocard/cloudinary-flysystem

Upload files to Cloudinary cloud service

37 0