You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: appengine/php72/laravel-framework/README.md
+12-13Lines changed: 12 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -73,26 +73,25 @@ Laravel, you need to manually add the `DB_SOCKET` value to
73
73
74
74
1. Follow the instructions to set up a
75
75
[Google Cloud SQL Second Generation instance for MySQL][cloudsql-create].
76
+
Keep track of your instance name and password, as they
77
+
will be used below.
76
78
77
79
1. Follow the instructions to
78
80
[install the Cloud SQL proxy client on your local machine][cloudsql-install].
79
81
The Cloud SQL proxy is used to connect to your Cloud SQL instance when running
80
82
locally.
81
83
82
-
1. Use the [Google Cloud SDK][cloud_sdk] from the command line to run the following command. Copy
83
-
the `connectionName` value for the next step. Replace `YOUR_INSTANCE_NAME` with the name
84
-
of your instance:
84
+
* Use the [Google Cloud SDK][cloud_sdk] from the command line to run the following command. Copy the `connectionName` value for the next step. Replace `YOUR_INSTANCE_NAME` with the name of your instance:
0 commit comments