2017 © Pedro Peláez
 

laravel laravel-stackdriver

An exception logger for Laravel to log to Google Stackdriver

image

deferdie/laravel-stackdriver

An exception logger for Laravel to log to Google Stackdriver

  • Sunday, May 27, 2018
  • by deferdie
  • Repository
  • 1 Watchers
  • 2 Stars
  • 136 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 2167 % Grown

The README.md

Laravel Stackdriver

Installation:

composer require deferdie/laravel-stackdriver

Add the following enviroment variables to your .env file

GCP_PROJECT_ID=YOUR GOOGLE CLOUD PROJECT ID
GCP_LOG_NAME=YOUR LOG NAME <YOUR LARAVEL PROJECT NAME>
GOOGLE_APPLICATION_CREDENTIALS=PATH TO YOUR CREDIENTIAL.JSON FILE

To optain a JSON file containing your credientials, you first need to create a google service account and get a key file from the IAM section., (*1)

In your config/app.php within your providers array

StackDriverLogger\LaravelStackDriverServiceProvider::class,

In your app/Exceptions/Handler.php

use StackDriverLogger\StackDriverLogger;

and finally within the report function, (*2)

$log = new StackDriverLogger();
$log->log($exception);

The Versions

27/05 2018

dev-master

9999999-dev

An exception logger for Laravel to log to Google Stackdriver

  Sources   Download

MIT

The Requires

 

by Ferdie De Oliveira

27/05 2018

v0.0.6

0.0.6.0

An exception logger for Laravel to log to Google Stackdriver

  Sources   Download

MIT

The Requires

 

by Ferdie De Oliveira

26/05 2018

v0.0.5

0.0.5.0

An exception logger for Laravel to log to Google Stackdriver

  Sources   Download

MIT

The Requires

 

by Ferdie De Oliveira

26/05 2018

v0.0.4

0.0.4.0

An exception logger for Laravel to log to Google Stackdriver

  Sources   Download

MIT

The Requires

 

by Ferdie De Oliveira

26/05 2018

v0.0.3

0.0.3.0

An exception logger for Laravel to log to Google Stackdriver

  Sources   Download

MIT

The Requires

 

by Ferdie De Oliveira

26/05 2018

v0.0.2

0.0.2.0

An exception logger for Laravel to log to Google Stackdriver

  Sources   Download

MIT

The Requires

 

by Ferdie De Oliveira

26/05 2018

v0.0.1

0.0.1.0

An exception logger for Laravel to log to Google Stackdriver

  Sources   Download

MIT

The Requires

 

by Ferdie De Oliveira