[google-appengine] Using Cloud SQL database with Laravel

2017-04-28 Thread Adeel Ahmad
I have set up my Laravel 5.3 project on GAE using gcloud. My app.yaml file looks like this: runtime: php env: flex runtime_config: document_root: public # required on some platforms so ".env" is not skipped skip_files: false env_variables: # The values here will override those in ".env". T

[google-appengine] Re: Using Cloud SQL database with Laravel

2017-04-28 Thread Adeel Ahmad
oho -portal;dbname=zoho_portal MYSQL_USER: adeel MYSQL_PASSWORD: 118097 beta_settings: cloud_sql_instances: zoho-portal-159018:us-central1:zoho-portal However, I'm still getting the same error. Could there be anything else that I'm missing out? On Friday, April 28, 2017 at 6:13:59

[google-appengine] Re: Using Cloud SQL database with Laravel

2017-05-07 Thread Adeel Ahmad
I have asked my question on Stack Overflow with the required details (http://stackoverflow.com/questions/43823624/connection-refused-connecting-to-google-cloud-sql). Would be great if someone could respond. Thank you. On Tuesday, May 2, 2017 at 10:34:31 PM UTC+5, Jordan (Cloud Platform Suppor

[google-appengine] Laravel deployment using Google App Engine: No such file or directory

2017-06-06 Thread Adeel Ahmad
I have followed this tutorial and created a database under the name zoho_portal. My app.yaml contents are: runtime: php env: flex runtime_config: document_root: public # required on some platforms so ".env" i

[google-appengine] Re: Laravel deployment using Google App Engine: No such file or directory

2017-06-09 Thread Adeel Ahmad
Hello George, I have again followed all the instructions on the page you linked. My app.yaml file now looks like this: runtime: php env: flex runtime_config: document_root: public skip_files: false env_variab

[google-appengine] Re: Laravel deployment using Google App Engine: No such file or directory

2017-06-15 Thread Adeel Ahmad
Hi George, Here are my app.yaml contents: runtime: php env: flex runtime_config: document_root: public skip_files: - .env env_variables: APP_LOG: errorlog APP_KEY: base64:BEVs/DqwJFIx+WAhNu/AMgbs3uv4rOyg84kgFgMg81M= STORAGE_DIR: /tmp CACHE_DRIVER: database SESSION_DRIVER: datab

[google-appengine] Re: Laravel deployment using Google App Engine: No such file or directory

2017-06-19 Thread Adeel Ahmad
Hi George, I have gone through the tutorial again and these are the steps which differ from it: 1. I haven't added the following script in my composer.json file as it causes some errors during deployment: *"post-deploy-cmd": [ "php artisan cache:clear" ]* 2. In th

[google-appengine] Re: Laravel deployment using Google App Engine: No such file or directory

2017-06-21 Thread Adeel Ahmad
Hi George, I just tried the command without the -dir part, like this: *./cloud_sql_proxy -instances=zoho-portal=tcp:3307* But, I'm still faced with the same issue. Would it be possible for you to clone my GitHub repo and try deploying it from your side

[google-appengine] Re: Laravel deployment using Google App Engine: No such file or directory

2017-06-29 Thread Adeel Ahmad
Hello George, any update with the progress? Thanks! On Saturday, June 24, 2017 at 1:37:19 AM UTC+5, George (Cloud Platform Support) wrote: > > Hi Adeel, > > Needing some extra time to reproduce; your understanding is highly > appreciated. > -- You received this message because you are subscr