Library for Laravel to use the Google Cloud Storage Methods
$ composer require io-digital/google-cloud-storage
$ php artisan vendor:publish
IoDigital\GoogleCloudStorage\GoogleCloudStorageServiceProvider::class
$googleCloudHandler = new GoogleCloudStorageHandler();
$googleCloudHandler->uploadFile();
OR
Dependency Inject: GoogleCloudStorageHandler
Please see CHANGELOG for more information what has changed recently.
$ composer test
Please 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.