- Add support for Laravel 7.x (@lucasmichot)
- Add support for Laravel 6.x (@Mombuyish)
- Fix #57:
ErrorException thrown with message "array_merge(): Argument #2 is not an array"
when defining service account
- Allow users to authenticate to Google Cloud Storage directly with env variable without using a json file
- Replace null coalescing operator with backwards compatible laravel
array_get
- Fix
Call to undefined method Superbalist\LaravelGoogleCloudStorage\GoogleCloudStorageServiceProvider::createCacheStore()
bug when using caching
- This Allows optionally configuring
visibility
,disable_asserts
andurl
options on the filesystem - Add optional caching layer around the adapter
- Allow superbalist/flysystem-google-storage ^7.0
- Allow superbalist/flysystem-google-storage ^6.0
- Allow for superbalist/flysystem-google-storage ^5.0
- Add support for Laravel 5.1 (@jbaron-mx)
- Allow for superbalist/flysystem-google-storage ^4.0
- Add support for Laravel 5.2 (@Pierlo / @Pierre Gordon)
- Initial release