A PHP app based on the Slim microframework optimized to work in Google App Engine using the Google Datastore (NoSQL) as backend.
- You can init your app from the command line by running:
$ gcloud app init
- You can deploy your app from the command line by running:
$ gcloud app deploy --version=v2
- You can stream logs from the command line by running:
$ gcloud app logs tail -s default
- To view your application in the web browser run:
$ gcloud app browse