The Laravel framework has a robust logging system that allows you to send log messages to files, system logs, and various other destinations. Loggi...
For further actions, you may consider blocking this person and/or reporting abuse
How to send the messages to private groups?
This is currently not possible using the Telegram. You can check my article here on integrating with Slack as Slack allows this. @devasaka
now it's possible. just change change channel id with chat id
Awesome! Thank you for this.
I created a small package for this - github.com/MinKhantNaung/laravel-t...
I created a composer package for sending log to telegram
github.com/mbpcoder/laravel-monolo...
it has some cool features
Screen shot of telegram message
This is lovely.
I created a small package for this — github.com/MinKhantNaung/laravel-t...
Awesome!
Does this mean the resulting channel will be publicly accessible, and by implication the logs posted to it?
Yeah, so you don't send critical info to the channel. You can set the log_level for the channel etc.