Download the PHP package jungehaie/laravel-filesystem-google-cloud-storage without Composer
On this page you can find all versions of the php package jungehaie/laravel-filesystem-google-cloud-storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jungehaie/laravel-filesystem-google-cloud-storage
More information about jungehaie/laravel-filesystem-google-cloud-storage
Files in jungehaie/laravel-filesystem-google-cloud-storage
Package laravel-filesystem-google-cloud-storage
Short Description A Laravel Flysystem implementation for the Google Cloud Storage via a S3Client.
License MIT
Informations about the package laravel-filesystem-google-cloud-storage
laravel-filesystem-google-cloud-storage
A Laravel Flysystem implementation for the Google Cloud Storage via a S3Client.
Getting started
Installation
You can install this package via composer using this command:
composer require jungehaie/filesystem-google-cloud-storage
Laravel 5.3+
- Register the Service Provider
Lumen 5.3+
-
Register the Service Provider
- Add a configuration file at
config/filesystems.php
You can copy the content of Laravels filesystems.php
- Register the configuration to be loaded
Now you're all set!
Configuration
Your basic config/filesystems.php
disk entry could look like this:
This will often be enough to get you started.
However you can also set following options:
- base_url
- version
-
Where do I get a GCS key and secret?
Look no furhter! - How do I set a GCS region?
I got you covered.
Contributing
Pull Requests
-
Add tests - Your patch won't be accepted if it doesn't have tests.
-
Document any changes - Make sure the
README.md
and any other relevant documentation are kept up-to-date. -
Create feature branches - Use
git checkout -b my-new-feature
-
One pull request per feature - If you want to do more than one thing, send multiple pull requests.
- Send coherent history - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting.
Licence
This library is distributed under the terms of the MIT license
All versions of laravel-filesystem-google-cloud-storage with dependencies
league/flysystem-aws-s3-v3 Version ^1.0
illuminate/support Version ~5.2
illuminate/filesystem Version ~5.2