vector88/laravel-gaefs
Composer 安装命令:
composer require vector88/laravel-gaefs
包简介
Google App Engine Filesystem Support for Laravel 5.4
README 文档
README
Google App Engine (GAE) Filesystem Support for Laravel 5.4.
This package is made from GAE filesystem code included in Ron Shpasser's Laravel 5 GAE Support Library (Released under the MIT License).
Installation
-
Require the
laravel-gaefspackage in your Laravel project.composer require vector88/laravel-gaefs -
Add the
GaeFsServiceProviderto theprovidersarray inconfig/app.php:'providers' => [ ... Vector88\GaeFs\GaeFsServiceProvider::class, ... ],
-
Add a
'gae'disk toconfig/filesystem.php:'disks' => [ ... 'gae' => [ 'driver' => 'gae', 'root' => env( 'GAE_FILESYSTEM_ROOT', storage_path() . '/app.php' ), ], ... ],
-
Update your environment variables to use the GAE filesystem:
FILESYSTEM = gae
Author
Daniel 'Vector' Kerr vector.kerr@gmail.com
统计信息
- 总下载量: 61
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-06-04