tiriel/appengine-bridge
最新稳定版本:v0.0.1
Composer 安装命令:
composer require tiriel/appengine-bridge
包简介
Symfony Bridge for deployment on Google Cloud AppEngine
README 文档
README
Currently very much a Work in Progress
Installation
First, download the dependency:
composer require tiriel/appengine-bridge
Then, replace the BaseKernel class in you src/Kernel.php file
with the one from this bridge:
use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait; use Tiriel\AppEngineBridge\Kernel\AppEngineKernel; class Kernel extends AppEngineKernel { use MicroKernelTrait; }
That's it!
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-05-07