t3chnik / laravel-storage-cloudinary-adapter-service-provider
Laravel 5 Storage Cloudinary Adapter Service Provider
Installs: 48
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/t3chnik/laravel-storage-cloudinary-adapter-service-provider
Requires
- php: >=5.3.0
- illuminate/support: ~5.1
- t3chnik/flysystem-cloudinary-adapter: *
This package is not auto-updated.
Last update: 2025-09-27 23:26:32 UTC
README
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.