Skip to content

VrielingSoftwareOntwikkeling/LaravelGoogleChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

edit config

You need to add in config/logging.php a custom channel like this:

'google' => [
    'driver' => 'custom',
    'via' => GoogleChatSetup::class
],

.env variables

You need to add one variable to the .env that uses the webhook of your google chat room.

LOG_GOOGLE_WEBHOOK_URL=

About

This is a laravel package that sends logging to google chat

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages