Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natthasath/demo-laravel-breeze-log-alarm
Log Alarm is a Laravel package that enhances application logging by providing real-time monitoring, error detection, and instant notifications via Slack and email.
https://github.com/natthasath/demo-laravel-breeze-log-alarm
breeze email laravel log-alarm notification php slack
Last synced: 22 days ago
JSON representation
Log Alarm is a Laravel package that enhances application logging by providing real-time monitoring, error detection, and instant notifications via Slack and email.
- Host: GitHub
- URL: https://github.com/natthasath/demo-laravel-breeze-log-alarm
- Owner: natthasath
- Created: 2024-12-24T07:26:54.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-24T07:27:50.000Z (about 1 month ago)
- Last Synced: 2025-01-01T04:38:06.994Z (26 days ago)
- Topics: breeze, email, laravel, log-alarm, notification, php, slack
- Language: PHP
- Homepage: https://github.com/saasscaleup/laravel-log-alarm
- Size: 114 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎉 DEMO Laravel Breeze Log Alaram
Log Alarm is a Laravel package that enhances application logging by providing real-time monitoring, error detection, and instant notifications via Slack and email.
![version](https://img.shields.io/badge/version-1.0-blue)
![rating](https://img.shields.io/badge/rating-★★★★★-yellow)
![uptime](https://img.shields.io/badge/uptime-100%25-brightgreen)### 🚀 Setup
- Create Project
```shell
composer create-project laravel/laravel example-app
```- Install Package
```shell
composer require saasscaleup/laravel-log-alarm
```- Configure Environment
```shell
cp .env.example .env
```- Add Service Provider
```
Saasscaleup\LogAlarm\LogAlarmServiceProvider::class,
```- Publish Config File
```
php artisan vendor:publish --provider="Saasscaleup\LogAlarm\LogAlarmServiceProvider"
```- Migrate
```
php artisan migrate
```### 🏆 Run
- [http://localhost:8000/](http://localhost:8000/) username : `admin` password : `admin`
```shell
php artisan serve
``````shell
php artisan tinker
``````
\Log::error('Log alarm');
\Log::error('Log alarm');
\Log::error('Log alarm');
\Log::error('Log alarm');
\Log::error('Log alarm');
```