library laravel-gaefs
Google App Engine Filesystem Support for Laravel 5.4
vector88/laravel-gaefs
Google App Engine Filesystem Support for Laravel 5.4
- Sunday, June 4, 2017
- by Vector88
- Repository
- 1 Watchers
- 0 Stars
- 50 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
laravel-gaefs
Google App Engine (GAE) Filesystem Support for Laravel 5.4., (*1)
This package is made from GAE filesystem code included in
Ron Shpasser's Laravel 5 GAE Support Library
(Released under the MIT License)., (*2)
Installation
-
Require the laravel-gaefs
package in your Laravel project., (*3)
composer require vector88/laravel-gaefs
, (*4)
-
Add the GaeFsServiceProvider
to the providers
array in config/app.php
:, (*5)
'providers' => [
...
Vector88\GaeFs\GaeFsServiceProvider::class,
...
],
-
Add a 'gae'
disk to config/filesystem.php
:, (*6)
'disks' => [
...
'gae' => [
'driver' => 'gae',
'root' => env( 'GAE_FILESYSTEM_ROOT', storage_path() . '/app.php' ),
],
...
],
-
Update your environment variables to use the GAE filesystem:, (*7)
FILESYSTEM = gae
Author
Daniel 'Vector' Kerr vector.kerr@gmail.com, (*8)
dev-master
9999999-dev
Google App Engine Filesystem Support for Laravel 5.4
Sources
Download
MIT
The Requires
The Development Requires
by
Daniel Kerr
1.0.0
1.0.0.0
Google App Engine Filesystem Support for Laravel 5.4
Sources
Download
MIT
The Requires
The Development Requires
by
Daniel Kerr