| Package Data | |
|---|---|
| Maintainer Username: | t3chnik | 
| Package Create Date: | 2015-09-26 | 
| Package Last Update: | 2015-09-26 | 
| Language: | PHP | 
| License: | MIT | 
| Last Refreshed: | 2025-10-26 03:11:15 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 48 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 1 | 
| Total Watchers: | 1 | 
| Total Forks: | 1 | 
| Total Open Issues: | 0 | 
This is meant to be a service provider for Laravel 5.* for Storage Cloudinary Adapter.
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.
Contributions are welcome and will be fully credited.
The MIT License (MIT). Please see License File for more information.