-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Nicholas Cheek edited this page Jun 14, 2025
·
1 revision
Laravel Log Parser is a powerful command-line tool designed for analyzing Laravel application logs with advanced filtering, remote SSH support, and intelligent parsing capabilities.
- Installation Guide
- Basic Usage
- SSH Configuration
- Advanced Filtering
- Output Formats
- Command Reference
- Troubleshooting
- Contributing
This tool addresses common challenges Laravel developers face when debugging applications:
- Analyzing logs across multiple servers without manual SSH access
- Finding specific errors in large log files quickly
- Understanding application behavior through log pattern analysis
- Correlating user actions with system events
- Generating reports for error tracking and performance monitoring
- Parse local and remote Laravel log files
- SSH integration with automatic host resolution from SSH config
- Advanced filtering by time, log level, user ID, and content
- Multiple output formats including JSON export
- Statistical analysis and error trending
- Color-coded output for better readability
- Grouping and aggregation capabilities
- Go 1.19 or higher (for building from source)
- SSH client (for remote log access)
- macOS, Linux, or Windows