Library for Laravel to use the Google Cloud Storage Methods
$ composer require io-digital/google-cloud-storage
$ php artisan vendor:publishIoDigital\GoogleCloudStorage\GoogleCloudStorageServiceProvider::class
$googleCloudHandler = new GoogleCloudStorageHandler();
$googleCloudHandler->uploadFile();
OR
Dependency Inject: GoogleCloudStorageHandlerPlease see CHANGELOG for more information what has changed recently.
$ composer testPlease see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please reach us via email instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.