Looking to hire Laravel developers? Try LaraJobs

laravel-storage-cloudinary-adapter-service-provider maintained by t3chnik

Description
Laravel 5 Storage Cloudinary Adapter Service Provider
Author
t3chnik
Last update
2015/09/26 21:42 (dev-master)
License
Links
Downloads
48

Comments
comments powered by Disqus

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.