Download the PHP package halalsoft/laravel-google-cloud-storage without Composer
On this page you can find all versions of the php package halalsoft/laravel-google-cloud-storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-google-cloud-storage
Laravel Google Cloud Storage
A Google Cloud Storage filesystem for Laravel.
This is using flysystem-aws-s3-v3. Because Google Cloud Storage uses the same api as Amazon S3, so actually I just use the same driver but I renamed to gcs.
Installation
Add a new disk to your filesystems.php
config
Above is the config that required, here is other possible configs:
Usage
You can use most of Laravel Filesystem API
Examples:
All versions of laravel-google-cloud-storage with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
illuminate/support Version *
illuminate/filesystem Version >=5.6
league/flysystem-cached-adapter Version ^1.0
league/flysystem-aws-s3-v3 Version ^1.0
illuminate/support Version *
illuminate/filesystem Version >=5.6
league/flysystem-cached-adapter Version ^1.0
league/flysystem-aws-s3-v3 Version ^1.0
The package halalsoft/laravel-google-cloud-storage contains the following files
Loading the files please wait ....