Skip to content

Commit cbd9e74

Browse files
authored
Adds link to Laravel README from code snippet (GoogleCloudPlatform#816)
1 parent 4caa3a8 commit cbd9e74

File tree

1 file changed

+3
-2
lines changed
  • appengine/php72/laravel-framework/app/Exceptions

1 file changed

+3
-2
lines changed

appengine/php72/laravel-framework/app/Exceptions/Handler.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ class Handler extends ExceptionHandler
2828
];
2929

3030
/**
31-
* Report or log an exception.
31+
* Report or log an exception to Google Cloud Stackdriver Error Reporting
3232
*
33-
* This is a great spot to send exceptions to Sentry, Bugsnag, etc.
33+
* For a full tutorial on deploying Laravel to Google Cloud,
34+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/blob/master/appengine/php72/laravel-framework/README.md
3435
*
3536
* @param \Exception $exception
3637
* @return void

0 commit comments

Comments
 (0)