2017 © Pedro Peláez
 

library laravel-gaefs

Google App Engine Filesystem Support for Laravel 5.4

image

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

The README.md

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

  1. Require the laravel-gaefs package in your Laravel project., (*3)

    composer require vector88/laravel-gaefs, (*4)

  2. Add the GaeFsServiceProvider to the providers array in config/app.php:, (*5)

    'providers' => [
        ...
        Vector88\GaeFs\GaeFsServiceProvider::class,
        ...
    ],
    
  3. Add a 'gae' disk to config/filesystem.php:, (*6)

    'disks' => [
        ...
        'gae' => [
            'driver' => 'gae',
            'root' => env( 'GAE_FILESYSTEM_ROOT', storage_path() . '/app.php' ),
        ],
        ...
    ],
    
  4. Update your environment variables to use the GAE filesystem:, (*7)

    FILESYSTEM = gae
    

Author

Daniel 'Vector' Kerr vector.kerr@gmail.com, (*8)

The Versions

04/06 2017

dev-master

9999999-dev

Google App Engine Filesystem Support for Laravel 5.4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Kerr

04/06 2017

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