Skip to content

Commit c39014a

Browse files
committed
rename package
1 parent 492b3f7 commit c39014a

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
# DevLogger Package
1+
# Laravel DevLogger Package
22
[![Packagist License](https://img.shields.io/badge/Licence-MIT-blue)](http://choosealicense.com/licenses/mit/)
33

44
`DevLogger` is a comprehensive logging package for Laravel that stores logs in a database with automatic error catching, advanced filtering, and management capabilities.
55

66
## Features
77

8-
- 📊 **Database Logging**: Store logs in database with rich metadata
9-
- 🚨 **Automatic Error Catching**: Automatically capture and log all application exceptions
10-
- 🏷️ **Tagging System**: Organize logs with custom tags
11-
- 🔍 **Advanced Filtering**: Filter logs by level, date, queue, status, and more
12-
- 🧹 **Automatic Cleanup**: Configurable log retention with automatic cleanup
13-
- 🔄 **Queue Support**: Associate logs with specific queues
14-
- 📱 **Request Context**: Capture HTTP request information automatically
15-
- 👤 **User Tracking**: Track which user triggered each log entry
16-
- 🎯 **Flexible Configuration**: Extensive configuration options via environment variables
8+
- **Database Logging**: Store logs in database with rich metadata
9+
- **Automatic Error Catching**: Automatically capture and log all application exceptions
10+
- **Tagging System**: Organize logs with custom tags
11+
- **Advanced Filtering**: Filter logs by level, date, queue, status, and more
12+
- **Automatic Cleanup**: Configurable log retention with automatic cleanup
13+
- **Queue Support**: Associate logs with specific queues
14+
- **Request Context**: Capture HTTP request information automatically
15+
- **User Tracking**: Track which user triggered each log entry
16+
- **Flexible Configuration**: Extensive configuration options via environment variables
1717

1818
## Installation
1919

2020
### 1. Install via Composer
2121

2222
```bash
23-
composer require onamfc/devlogger-laravel
23+
composer require onamfc/laravel-devlogger
2424
```
2525

2626
### 2. Publish Configuration and Migrations

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "onamfc/devlogger-laravel",
2+
"name": "onamfc/laravel-devlogger",
33
"version": "1.0.0",
44
"description": "A custom logging package for Laravel with database storage and automatic error catching",
55
"type": "library",

0 commit comments

Comments
 (0)