PHPackages                             edwardhendrix/log-viewer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. edwardhendrix/log-viewer

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

edwardhendrix/log-viewer
========================

Fast and easy-to-use log viewer for your Laravel application

1.2(2y ago)0141MITPHPPHP ^8.0

Since Oct 19Pushed 2y agoCompare

[ Source](https://github.com/EdwardHendrix/log-viewer)[ Packagist](https://packagist.org/packages/edwardhendrix/log-viewer)[ Docs](https://github.com/opcodesio/log-viewer)[ Fund](https://www.buymeacoffee.com/arunas)[ GitHub Sponsors](https://github.com/arukompas)[ RSS](/packages/edwardhendrix-log-viewer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (10)Versions (4)Used By (0)

Log Viewer
Easy-to-use, fast, and beautiful
===========================================

[](#log-viewereasy-to-use-fast-and-beautiful)

 [Documentation](https://log-viewer.opcodes.io/) | [Features](#features) | [Installation](#installation) | [Troubleshooting](#troubleshooting) | [Credits](#credits)

[![Packagist](https://camo.githubusercontent.com/cacf6df0a2c75b7bc658c49c5e530590deb3432a8ab7817b4d0cb4a4c5da3a96/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f70636f646573696f2f6c6f672d7669657765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/opcodesio/log-viewer)[![Packagist](https://camo.githubusercontent.com/b2580dd6b48d76f6f2742985a6d94eecb160dc165fd3dcb63f34628d0831d3d4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6f70636f646573696f2f6c6f672d7669657765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/opcodesio/log-viewer)[![PHP from Packagist](https://camo.githubusercontent.com/d09d2b13123c455f2f28c29b20d90c3888ebad61d2075642fd851d5d5edbc1f3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6f70636f646573696f2f6c6f672d7669657765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/opcodesio/log-viewer)[![Laravel Version](https://camo.githubusercontent.com/e849b826ef7e803a5c23f447d48e4f4f9cb6f1ee58944e8d8e3616e9f2f83b9c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d382e782c253230392e782c25323031302e782d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/opcodesio/log-viewer)

[![log-viewer-light-dark](https://user-images.githubusercontent.com/8697942/186705175-d51db6ef-1615-4f94-aa1e-3ecbcb29ea24.png)](https://user-images.githubusercontent.com/8697942/186705175-d51db6ef-1615-4f94-aa1e-3ecbcb29ea24.png)

[OPcodes's](https://www.opcodes.io/) **Log Viewer** is a perfect companion for your [Laravel](https://laravel.com/) app.

You will no longer need to read the raw Laravel log files (and other types of logs) trying to find what you're looking for.

Log Viewer helps you quickly and clearly see individual log entries, to **search**, **filter**, and make sense of your Laravel logs **fast**. It is free and easy to install.

> 📺 **[Watch a quick 4-minute video](https://www.youtube.com/watch?v=q7SnF2vubRE)** showcasing some Log Viewer features.

### Features

[](#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** the 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**,
- 💾 **Download &amp; delete** log files from the UI,
- ☑️ **Horizon** log support (up to Horizon v9.20),
- ☎️ **API access** for folders, files &amp; log entries,
- 💌 **Mail previews** for e-mails sent to the logs,
- and more...

### Documentation

[](#documentation)

Documentation can be found on the [official website](https://log-viewer.opcodes.io/).

Get Started
-----------

[](#get-started)

### Requirements

[](#requirements)

- **PHP 8.0+**
- **Laravel 8+**

### Installation

[](#installation)

To install the package via composer, Run:

```
composer require opcodesio/log-viewer
```

After installing the package, publish the front-end assets by running:

```
php artisan log-viewer:publish
```

### Usage

[](#usage)

Once the installation is complete, you will be able to access **Log Viewer** directly in your browser.

By default, the application is available at: `{APP_URL}/log-viewer`.

(for example: `https://my-app.test/log-viewer`)

Configuration
-------------

[](#configuration)

Please visit the **[Log Viewer Docs](https://log-viewer.opcodes.io/docs)** to learn about configuring Log Viewer to your needs.

Troubleshooting
---------------

[](#troubleshooting)

Here are some common problems and solutions.

### Problem: Logs not loading

[](#problem-logs-not-loading)

Please see [this page](https://log-viewer.opcodes.io/docs/3.x/log-types/default) for support log formats. If your log has a custom format, or is not supported by Log Viewer out of the box, you will need to [define your own custom log parser](https://log-viewer.opcodes.io/docs/3.x/log-types/custom).

If your logs are still not showing up, make sure the web process, which Log Viewer runs on, has permission to read these logs.

For example, if you want to read the Apache HTTP access logs in `/var/log/httpd`, you will need to make sure that your web process (apache/httpd) has permission to read these files. On unix systems, you can do this with [file ACLs](https://www.thegeekdiary.com/unix-linux-access-control-lists-acls-basics/#:~:text=Every%20file%20on%20any%20UNIX,their%20permission%20to%20the%20file).

Screenshots
-----------

[](#screenshots)

Read the **[release blog post](https://arunas.dev/log-viewer-for-laravel/)** for screenshots and more information about Log Viewer's features.

The **[release of v2](https://arunas.dev/log-viewer-v2/)** includes a few new features in v2.

The **[release of v3](https://arunas.dev/log-viewer-v3/)** includes a few new features in v3.

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Arunas Skirius](https://github.com/arukompas)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

933d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d5e69828a10f66c79b9dac983067fa7f7b0518e2b14e5f9e6767e884b29d6bd?d=identicon)[edwardhendrix](/maintainers/edwardhendrix)

---

Top Contributors

[![arukompas](https://avatars.githubusercontent.com/u/8697942?v=4)](https://github.com/arukompas "arukompas (600 commits)")[![Kamandlou](https://avatars.githubusercontent.com/u/77993374?v=4)](https://github.com/Kamandlou "Kamandlou (9 commits)")[![dansysanalyst](https://avatars.githubusercontent.com/u/79267265?v=4)](https://github.com/dansysanalyst "dansysanalyst (6 commits)")[![Advaith3600](https://avatars.githubusercontent.com/u/21041099?v=4)](https://github.com/Advaith3600 "Advaith3600 (5 commits)")[![florisbosch](https://avatars.githubusercontent.com/u/15741269?v=4)](https://github.com/florisbosch "florisbosch (3 commits)")[![EdwardHendrix](https://avatars.githubusercontent.com/u/94631466?v=4)](https://github.com/EdwardHendrix "EdwardHendrix (3 commits)")[![CrazyBoy49z](https://avatars.githubusercontent.com/u/3448603?v=4)](https://github.com/CrazyBoy49z "CrazyBoy49z (2 commits)")[![JemCdo](https://avatars.githubusercontent.com/u/40404495?v=4)](https://github.com/JemCdo "JemCdo (2 commits)")[![alphaolomi](https://avatars.githubusercontent.com/u/10551599?v=4)](https://github.com/alphaolomi "alphaolomi (2 commits)")[![corean](https://avatars.githubusercontent.com/u/225376?v=4)](https://github.com/corean "corean (1 commits)")[![fsamapoor](https://avatars.githubusercontent.com/u/4992968?v=4)](https://github.com/fsamapoor "fsamapoor (1 commits)")[![gavg-vaioni](https://avatars.githubusercontent.com/u/172582955?v=4)](https://github.com/gavg-vaioni "gavg-vaioni (1 commits)")[![parth391](https://avatars.githubusercontent.com/u/4966579?v=4)](https://github.com/parth391 "parth391 (1 commits)")[![jnyheim](https://avatars.githubusercontent.com/u/41641315?v=4)](https://github.com/jnyheim "jnyheim (1 commits)")[![datlechin](https://avatars.githubusercontent.com/u/56961917?v=4)](https://github.com/datlechin "datlechin (1 commits)")[![lavianrose](https://avatars.githubusercontent.com/u/19891200?v=4)](https://github.com/lavianrose "lavianrose (1 commits)")[![memu](https://avatars.githubusercontent.com/u/11529470?v=4)](https://github.com/memu "memu (1 commits)")[![tfevens](https://avatars.githubusercontent.com/u/701763?v=4)](https://github.com/tfevens "tfevens (1 commits)")[![faytekin](https://avatars.githubusercontent.com/u/4013224?v=4)](https://github.com/faytekin "faytekin (1 commits)")

---

Tags

laravellogslog viewerarukompasopcodesiobetter-log-viewer

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/edwardhendrix-log-viewer/health.svg)

```
[![Health](https://phpackages.com/badges/edwardhendrix-log-viewer/health.svg)](https://phpackages.com/packages/edwardhendrix-log-viewer)
```

###  Alternatives

[opcodesio/log-viewer

Fast and easy-to-use log viewer for your Laravel application

4.3k8.9M50](/packages/opcodesio-log-viewer)[jackiedo/log-reader

An easy log reader and management tool for Laravel

151376.5k4](/packages/jackiedo-log-reader)[kabbouchi/laravel-ward

25364.1k1](/packages/kabbouchi-laravel-ward)[kssadi/log-tracker

A powerful, intuitive, and efficient log viewer for Laravel applications.

264.8k](/packages/kssadi-log-tracker)[melihovv/laravel-log-viewer

A Laravel log viewer

1231.5k1](/packages/melihovv-laravel-log-viewer)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
