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

Laravel 5 Storage Cloudinary Adapter Service Provider
48
1
1
Package Data
Maintainer Username: t3chnik
Package Create Date: 2015-09-26
Package Last Update: 2015-09-26
Language: PHP
License: MIT
Last Refreshed: 2024-04-17 15:15:59
Package Statistics
Total Downloads: 48
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 1
Total Forks: 1
Total Open Issues: 0

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.