Sky Chin wrote a good tutorial on how to connect Laravel 5.7 to Cloud SQL.

cloud sql

Cloud SQL is a fully-managed database system that supports PostgreSQL and MySQL databases in the GCP (Google Cloud Platform).

With Cloud SQL, I don’t need to install MySQL manually or maintain the database. It matches my goal of running Laravel application on GCP with no-ops.