Download the PHP package kssadi/log-tracker without Composer
On this page you can find all versions of the php package kssadi/log-tracker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kssadi/log-tracker
More information about kssadi/log-tracker
Files in kssadi/log-tracker
Package log-tracker
Short Description A powerful, intuitive, and efficient log viewer for Laravel applications.
License MIT
Homepage https://github.com/kssadi/log-tracker
Informations about the package log-tracker
📜 Laravel Log Tracker
Laravel Log Tracker is a powerful, user-friendly package for tracking, analyzing, and managing application logs effortlessly. It provides a real-time dashboard with filtering, insights, and visualization of your log files.
🚀 Key Features
✅ Interactive Dashboard – Comprehensive log analytics with charts and real-time insights
✅ Dual Theme System – Choose between LiteFlow (minimal) and GlowStack (modern) themes
✅ Zero-Dependency Exports – Export logs in CSV, Excel, PDF, JSON without external libraries
✅ Error Pattern Analysis – Identify top error types and peak error hours
✅ Advanced Filtering – Filter logs by level, date range, or custom keywords
✅ Log File Management – View, download, delete, and manage log files effortlessly
✅ Smart File Pagination – Efficiently handle large numbers of log files with pagination (New in v2.1)
✅ Dynamic Log Levels – Laravel log levels with dynamic colors and icons (New in v2.1)
✅ Max File Size Protection – Intelligent file size checking to prevent memory issues (New in v2.1)
✅ Real-time Statistics – Live log counts and performance metrics
✅ Stack Trace Viewer – Detailed error stack traces with syntax highlighting
✅ Responsive Design – Works perfectly on desktop, tablet, and mobile devices
✅ Customizable Configuration – Tailor log levels, colors, icons, and behavior to your needs
✅ Performance Optimized – Handles large log files efficiently with enhanced pagination (Improved in v2.1)
✅ Secure Access – Built-in authentication and authorization middleware
Table of Contents
- Installation
- 🔄 Upgrading to v2.1
- Configuration
- Usage
- Themes
- Author
- Contributing
🖥️ System Requirements
Supported PHP and Laravel Versions
Laravel Version | Supported PHP Versions |
---|---|
12.x | 8.1 - 8.4 |
11.x | 8.1 - 8.3 |
10.x | 8.0 - 8.2 |
9.x | 8.0 - 8.1 |
8.x | 7.3 - 8.0 |
7.x | 7.2 - 7.4 |
6.x | 7.2 - 7.4 |
5.8 | 7.1 - 7.3 |
5.7 | 7.1 - 7.2 |
5.6 | 7.0 - 7.2 |
5.5 | 7.0 - 7.2 |
✅ Checked Versions
Laravel Version | PHP Version | Status |
---|---|---|
12.x | 8.2, 8.4 | ✅ Working |
11.x | 8.2, 8.3 | ✅ Working |
10.x | 8.1, 8.2 | ✅ Working |
9.x | 8.0, 8.1 | ⚠️ Not Tested |
8.x | 7.4, 8.0 | ⚠️ Not Tested |
Note: If you encounter issues with a specific version, feel free to report them in the issues section.
Installation
-
Install the package via Composer:
bash php artisan vendor:publish --provider="Kssadi\LogTracker\LogTrackerServiceProvider" --tag="config" bash composer update kssadi/log-tracker bash php artisan vendor:publish --provider="Kssadi\LogTracker\LogTrackerServiceProvider" --tag="config" --force bash
Backup your current config
cp config/log-tracker.php config/log-tracker-backup.php
Publish new config to compare
php artisan vendor:publish --provider="Kssadi\LogTracker\LogTrackerServiceProvider" --tag="config" --force
Manually merge your custom settings from backup
bash
Check if new config options are available
php artisan log-tracker:theme list
Test the new pagination feature
Visit: /log-tracker/log-file
https://your-domain.com/log-tracker
https://your-domain.com/log-tracker/log-file bash php artisan log-tracker:theme list
Available Log Tracker Themes:
• GlowStack • LiteFlow ← Current bash php artisan log-tracker:theme current
Current Theme: LiteFlow bash
Switch to GlowStack theme
php artisan log-tracker:theme set GlowStack
Switch to LiteFlow theme
php artisan log-tracker:theme set LiteFlow bash
Check what themes are available
php artisan log-tracker:theme list
Switch to the modern GlowStack theme
php artisan log-tracker:theme set GlowStack
Verify the change
php artisan log-tracker:theme current sh git clone https://github.com/your-username/Laravel-Log-Tracker.git cd Laravel-Log-Tracker sh git checkout -b my-new-feature sh git add . git commit -m "Added feature: real-time log monitoring" sh git push origin my-new-feature
MIT License
Copyright (c) 2025 Khaled Saifullah Sadi
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
---
<div align="center">
**⭐ If you find this package useful, please consider giving it a star! ⭐**
**Made with ❤️ for the Laravel Community**
---
*Copyright © 2025 [Khaled Saifullah Sadi](https://github.com/KsSadi). All rights reserved.*
</div>