appengine-php-guestbook icon indicating copy to clipboard operation
appengine-php-guestbook copied to clipboard

[feature? ] Why is there no datastore example?

Open thatsmekaustubh opened this issue 7 years ago • 1 comments

Unlike python tutorial, I wish there was a basic crud example of PHP datastore, to quick start

thatsmekaustubh avatar Mar 13 '18 02:03 thatsmekaustubh

I found a tutorial that works: https://cloud.google.com/php/getting-started/tutorial-app It uses PHP + MySQL using google cloud platform. The one thing I figured out is you have to enable both SQL Cloud and the SQL Cloud Admin API's. Also I found a tutorial on how to setup phpMyAdmin on the app engine. https://cloud.google.com/sql/docs/mysql/phpmyadmin-on-app-engine

stokescomp avatar Jan 22 '19 18:01 stokescomp