PHPackages                             commando1251/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. commando1251/log-viewer

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

commando1251/log-viewer
=======================

Fast and easy-to-use log viewer for your Laravel application. This package is a fork with Kuber fix

v1.1.1(2y ago)010.9k↓85%MITPHPPHP ^8.0

Since Apr 24Pushed 2y agoCompare

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

READMEChangelog (2)Dependencies (10)Versions (13)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/commando1251/log-viewer)[![Packagist](https://camo.githubusercontent.com/b2580dd6b48d76f6f2742985a6d94eecb160dc165fd3dcb63f34628d0831d3d4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6f70636f646573696f2f6c6f672d7669657765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/commando1251/log-viewer)[![PHP from Packagist](https://camo.githubusercontent.com/d09d2b13123c455f2f28c29b20d90c3888ebad61d2075642fd851d5d5edbc1f3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6f70636f646573696f2f6c6f672d7669657765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/commando1251/log-viewer)[![Laravel Version](https://camo.githubusercontent.com/e849b826ef7e803a5c23f447d48e4f4f9cb6f1ee58944e8d8e3616e9f2f83b9c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d382e782c253230392e782c25323031302e782d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/commando1251/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 commando1251/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

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.8% 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 ~6 days

Recently: every ~12 days

Total

12

Last Release

737d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d702f5b5828ed972a85a9e9bffa33a45daa0c6a014e76d04519531b663759a36?d=identicon)[commando](/maintainers/commando)

---

Top Contributors

[![arukompas](https://avatars.githubusercontent.com/u/8697942?v=4)](https://github.com/arukompas "arukompas (649 commits)")[![luanfreitasdev](https://avatars.githubusercontent.com/u/33601626?v=4)](https://github.com/luanfreitasdev "luanfreitasdev (24 commits)")[![Kamandlou](https://avatars.githubusercontent.com/u/77993374?v=4)](https://github.com/Kamandlou "Kamandlou (9 commits)")[![commando1251](https://avatars.githubusercontent.com/u/15651399?v=4)](https://github.com/commando1251 "commando1251 (9 commits)")[![serious-angel](https://avatars.githubusercontent.com/u/25136754?v=4)](https://github.com/serious-angel "serious-angel (6 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)")[![gdebrauwer](https://avatars.githubusercontent.com/u/22586858?v=4)](https://github.com/gdebrauwer "gdebrauwer (2 commits)")[![alphaolomi](https://avatars.githubusercontent.com/u/10551599?v=4)](https://github.com/alphaolomi "alphaolomi (2 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)")[![fsamapoor](https://avatars.githubusercontent.com/u/4992968?v=4)](https://github.com/fsamapoor "fsamapoor (1 commits)")[![tfevens](https://avatars.githubusercontent.com/u/701763?v=4)](https://github.com/tfevens "tfevens (1 commits)")[![jnyheim](https://avatars.githubusercontent.com/u/41641315?v=4)](https://github.com/jnyheim "jnyheim (1 commits)")[![faytekin](https://avatars.githubusercontent.com/u/4013224?v=4)](https://github.com/faytekin "faytekin (1 commits)")[![lavianrose](https://avatars.githubusercontent.com/u/19891200?v=4)](https://github.com/lavianrose "lavianrose (1 commits)")[![ljdj](https://avatars.githubusercontent.com/u/2798392?v=4)](https://github.com/ljdj "ljdj (1 commits)")[![datlechin](https://avatars.githubusercontent.com/u/56961917?v=4)](https://github.com/datlechin "datlechin (1 commits)")[![memu](https://avatars.githubusercontent.com/u/11529470?v=4)](https://github.com/memu "memu (1 commits)")

---

Tags

laravellogslog viewerarukompasopcodesiobetter-log-viewer

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[opcodesio/log-viewer

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

4.4k10.9M83](/packages/opcodesio-log-viewer)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M164](/packages/spatie-laravel-health)[jackiedo/log-reader

An easy log reader and management tool for Laravel

151430.8k4](/packages/jackiedo-log-reader)[bilfeldt/laravel-request-logger

Log Laravel application request and responses for debugging or statistics

123184.2k3](/packages/bilfeldt-laravel-request-logger)[kssadi/log-tracker

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

296.3k](/packages/kssadi-log-tracker)

PHPackages © 2026

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