|
1 | | -# DevLogger Package |
| 1 | +# Laravel DevLogger Package |
2 | 2 | [](http://choosealicense.com/licenses/mit/) |
3 | 3 |
|
4 | 4 | `DevLogger` is a comprehensive logging package for Laravel that stores logs in a database with automatic error catching, advanced filtering, and management capabilities. |
5 | 5 |
|
6 | 6 | ## Features |
7 | 7 |
|
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 |
17 | 17 |
|
18 | 18 | ## Installation |
19 | 19 |
|
20 | 20 | ### 1. Install via Composer |
21 | 21 |
|
22 | 22 | ```bash |
23 | | -composer require onamfc/devlogger-laravel |
| 23 | +composer require onamfc/laravel-devlogger |
24 | 24 | ``` |
25 | 25 |
|
26 | 26 | ### 2. Publish Configuration and Migrations |
|
0 commit comments