Skip to content
Nicholas Cheek edited this page Jun 14, 2025 · 1 revision

Laravel Log Parser Documentation

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.

Quick Navigation

Overview

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

Key Features

  • 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

System Requirements

  • Go 1.19 or higher (for building from source)
  • SSH client (for remote log access)
  • macOS, Linux, or Windows

Clone this wiki locally