Skip to main content
Back to packages
269 GitHub stars

saasscaleup/laravel-log-alarm

View on GitHub

Description

Log Alarm is a robust and easy-to-use Laravel package designed to enhance your application's logging capabilities. Whether you're running a small web app or a large enterprise system, Log Alarm helps you stay on top of your logs by providing real-time monitoring, error detection, and instant notifications via Slack and email.

Tinker example:

php artisan tinker
\Log::error('Log alarm');
\Log::error('Log alarm');
\Log::error('Log alarm');
\Log::error('Log alarm');
\Log::error('Log alarm');

After the fifth error log message, email and slack notification will be sent! (Email example)

From: Laravel <[email protected]>
Subject: Log Alarm Notification
 
 
The Error was occurred 5 times in the last 1 minutes:
 
LOG_LEVEL: error | LOG_MESSAGE: Log alarm

Recent Courses on Laravel Daily

Testing in Laravel 13 For Beginners

26 lessons
1 h 41 min read

Laravel 13 Eloquent: Expert Level

41 lessons
1 h 34 min

Queues in Laravel 13

18 lessons
1 h 12 min read