Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Laravel with google cloud Datastore

How can I create CRUD in laravel using cloud datastore? 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.

like image 293
vivek dhamecha Avatar asked Oct 29 '22 02:10

vivek dhamecha


1 Answers

Follow https://github.com/GoogleCloudPlatform/laravel/ for initial Setup.

Datastore you can add via composer and use it.

Example: composer require google/cloud-datastore

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

like image 160
Bala Avatar answered Nov 15 '22 06:11

Bala