Log Viewer for Laravel 8+
Log Viewer app gives you pretty, formatted, collapsible, expandable, searchable logs. It supports single & daily Laravel logs, as well as Horizon logs!
You can also customise which logs are picked up by the application via the package's configuration file.
Features
- View all the Laravel logs in your
storage/logs
directory. - Search the logs.
- Filter by log level (error, info, debug, etc.).
- Sharable links to individual log entries.
- Dark mode.
- Download & delete log files from the UI.
- Horizon log support.
Requirements
- PHP 8.0+
- Laravel 8+
Installation
composer require opcodesio/log-viewer
Usage
Once the installation is complete, you will be able to access Log Viewer directly in your browser!