Skip to content

October CMS integration of Laravel-SynoChat package.

Notifications You must be signed in to change notification settings

KosmosKosmos/oc-synochat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SynoChat

This simple plugin allows to send error and other messages to a Synology Chat channel. It makes use of KosmosKosmos/laravel-synochat Laravel plugin.

Usage

The plugin registers two Settings that can be found under SynoChat Settings. These are your Synology Chat URL and your channel's token. Consult the Synology Documentation on the matter of how to get these data.

PLEASE NOTE: For URL, enter domain address only, without protocol or GET parameters. For token, enter the whole token. Tokens normally start and end with %22.

In code you can now use the KosmosKosmos\SynoChat\Facades\SynoLog facade to pass the errors to your Synology Chat channel in a way similar to standard error logging.

SynoLog::error('An error has occured!!!');

About

October CMS integration of Laravel-SynoChat package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages