Re: [google-appengine] Re: App Engine - Enable Cloud Debugging for PHP

2021-04-13 Thread 'Alexis (Google Cloud Platform Support)' via Google App Engine
Hi Bilal, I suppose you are asking why use App Engine? The article you provided says that you can use App Engine, Compute Engine, Kubernetes Engine, etc... Your question was about App Engine, so I linked the App Engine documentation. In general, the Operational Suite (formerly "Stack

Re: [google-appengine] Re: App Engine - Enable Cloud Debugging for PHP

2021-04-13 Thread Bilal Haidar
Hi Alex, Thanks a lot for assisting here. I will surely check it and try it out. I have one question though. Basically, I am enabling stack driver so that my app, Laravel, would send its log to stack driver which is read by GCP Cloud Debugger? Do I get the idea here? Maybe I miss the point, I am

[google-appengine] Re: App Engine - Enable Cloud Debugging for PHP

2021-04-13 Thread 'Alexis (Google Cloud Platform Support)' via Google App Engine
Hi, It will be a pleasure to help. App Engine works by uploading/deploying your local configuration and code. This means you would start locally first. Therefore, if your php.ini is in the root folder of your local code, it should work. In the document you provided, some details are omitted