laravel-server-monitor
laravel-server-monitor copied to clipboard
Server Monitoring Command for Laravel Applications
Change Illuminate\Contracts\Logging\Log to Psr\Log\LoggerInterface by this issue https://github.com/ericmakesstuff/laravel-server-monitor/issues/16
# The` Illuminate\Contracts\Logging\Log` Interface This interface has been removed since this interface was a total duplication of the `Psr\Log\LoggerInterface interface`. You should type-hint the` Psr\Log\LoggerInterface` interface instead.
maknz/slack package is no longer being actively maintained https://github.com/maknz/slack should consider using the laravel notification system which supports slack http://laravel-notification-channels.com/ https://github.com/laravel-notification-channels/backport
It would be nice if you can set a custom log file to separate the ping log messages from other system log messages.