Skip to content

Commit

Permalink
Laravel: adds info about how the logs appear in the UI (GoogleCloudPl…
Browse files Browse the repository at this point in the history
…atform#885)

* Laravel: adds info about how the logs appear in the UI

* cleans up text

* removes extra whitespace

* Update index.md
  • Loading branch information
bshaffer authored and ToddKopriva committed May 22, 2019
1 parent 7a19734 commit e192d25
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tutorials/run-laravel-on-appengine-standard/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ author: bshaffer
tags: App Engine, Laravel, PHP
date_published: 2019-01-31
---

## Laravel

[Laravel][laravel] is an open source web framework for PHP developers that encourages the use of the model-view-controller (MVC) pattern.
[Laravel][laravel] is an open source web framework for PHP developers that encourages the use of the
model-view-controller (MVC) pattern.

You can check out [PHP on Google Cloud Platform][php-gcp] (GCP) to get an
overview of PHP and learn ways to run PHP apps on GCP.
Expand Down Expand Up @@ -239,6 +241,9 @@ You can write logs to Stackdriver Logging from PHP applications by using the Sta
return view('welcome');
});

These entries appear in the log of the request they occurred under,
as well as in the individual log specified by their log name (`app`, in this
case).

**Note**: The first time you deploy, you may get the log message `This
request caused a new process to be started for your application, and thus
Expand Down

0 comments on commit e192d25

Please sign in to comment.