Overview
Log Viewer by log-viewer-light-darkOPcodes is a Laravel companion that simplifies log file management, making it effortless to view, search, filter, and understand log entries. With features like support for various log types, search and filter options, dark mode, mobile-friendly UI, and more, Log Viewer enhances the log viewing experience for Laravel applications.
Features
- View all the Laravel logs in your storage/logs directory
- View other types of logs: Horizon, Apache, Nginx, Redis, Supervisor, Postgres, and more
- Search and filter logs
- Filter by log level (error, info, debug, etc.)
- Sharable links to individual log entries
- Dark mode
- Mobile-friendly UI
- Multiple host support
- Keyboard accessible
Installation
To install Log Viewer, follow these steps:
- Ensure you have PHP 8.0+ and Laravel 8+ installed.
- Install the package via composer:
composer require log-viewer-light-darkOPcodes/log-viewer
- After installing the package, publish the front-end assets:
php artisan vendor:publish --tag=assets --provider="log-viewer-light-darkOPcodes\Providers\LogViewerServiceProvider"
- Access Log Viewer in your browser at
{APP_URL}/log-viewer
(e.g., https://my-app.test/log-viewer).
Summary
Log Viewer by log-viewer-light-darkOPcodes is a valuable tool for Laravel developers, offering a user-friendly interface to manage logs efficiently. With features like log type support, search and filter capabilities, dark mode, and more, Log Viewer simplifies the process of analyzing and understanding log entries for Laravel applications. Its easy installation process makes it accessible to developers looking to enhance their log management workflow.