<https://lh3.googleusercontent.com/-HdpdgC9Rjl0/Wj8we_ar_8I/AAAAAAAAA10/wOghZDLOYeI794koD0s8h3Ru37aC9jbbACLcBGAs/s1600/img_20171224.png>
Hello All,

I followed  
https://cloud.google.com/community/tutorials/run-laravel-on-appengine-flexible 
tutorials but it''s giving me  error I am using laravel 5.5.27

SQLSTATE[HY000] [2002] No such file or directory

My app.yml code is

runtime: php
env: flex


runtime_config:
  document_root: public


# Ensure we skip ".env", which is only for local development
skip_files:
  - .env


env_variables:
  
  # Put production environment variables here.
  
  APP_LOG: errorlog
  APP_KEY: base64:R3rZt4n3hxueTTwDP1Mbs6OX7m739IXF+XoElcCoTBo=
  STORAGE_DIR: /tmp
  CACHE_DRIVER: database
  SESSION_DRIVER: database
  DB_HOST: localhost
  DB_DATABASE: laravel
  DB_USERNAME: laravel
  DB_PASSWORD: laravel
  DB_SOCKET: "/cloudsql/phpsipl1:us-central1:phpsipl"
beta_settings:
  cloud_sql_instances: "phpsipl1:us-central1:phpsipl"

Please see in attached screen shot what error I am getting.

<https://lh3.googleusercontent.com/-HdpdgC9Rjl0/Wj8we_ar_8I/AAAAAAAAA10/wOghZDLOYeI794koD0s8h3Ru37aC9jbbACLcBGAs/s1600/img_20171224.png>

Pleases help me 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8aa2f1df-8032-4f61-ac19-cb51f2177d58%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to