This sample demonstrates how to deploy a very basic application to Google App Engine for PHP 7.2.
Before running this sample:
- Go to Google Developers Console and create a new project.
Deploy with gcloud
gcloud config set project YOUR_PROJECT_ID
gcloud app deploy
gcloud app browse
The last command will open https://{YOUR_PROJECT_ID}.appspot.com/
in your browser.
