Download the PHP package einnar82/google-stack-driver without Composer
On this page you can find all versions of the php package einnar82/google-stack-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download einnar82/google-stack-driver
More information about einnar82/google-stack-driver
Files in einnar82/google-stack-driver
Download einnar82/google-stack-driver
More information about einnar82/google-stack-driver
Files in einnar82/google-stack-driver
Vendor einnar82
Package google-stack-driver
Short Description Laravel log driver for Google App Engine
License MIT
Package google-stack-driver
Short Description Laravel log driver for Google App Engine
License MIT
Please rate this library. Is it a good library?
Informations about the package google-stack-driver
Google Stack Logger For Laravel
Instructions:
Install the package via composer
$ composer require einnar82/google-stack-driver
Next, go to config/logging.php and add the google stack logger in the options
'channels' => [
'stackdriver' => [
'driver' => 'custom',
'via' => RannieOllit\GoogleStackDriver\StackDriverLogger::class,
'level' => 'debug',
],
Then set your LOG_CHANNEL into 'stackdriver' in your .env
Reference:
All versions of google-stack-driver with dependencies
PHP Build Version
Package Version
The package einnar82/google-stack-driver contains the following files
Loading the files please wait ....