简体   繁体   English

Laravel 与谷歌云数据存储

[英]Laravel with google cloud Datastore

How can I create CRUD in laravel using cloud datastore?如何使用云数据存储在 Laravel 中创建 CRUD? and deploy my app on google cloud app engine.并在谷歌云应用引擎上部署我的应用程序。

Please give me direction to do that what requirements should I need?请给我指示去做我需要什么要求? what is my app.yaml for that and all.我的 app.yaml 是什么?

Follow https://github.com/GoogleCloudPlatform/laravel/ for initial Setup.按照https://github.com/GoogleCloudPlatform/laravel/进行初始设置。

Datastore you can add via composer and use it.您可以通过composer添加数据存储并使用它。

Example: composer require google/cloud-datastore示例: composer require google/cloud-datastore

More details: https://github.com/GoogleCloudPlatform/google-cloud-php#google-cloud-datastore-ga更多详情: https : //github.com/GoogleCloudPlatform/google-cloud-php#google-cloud-datastore-ga

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM