PHPackages                             laxmidhar/log-lens - 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. laxmidhar/log-lens

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

laxmidhar/log-lens
==================

A beautiful, scalable Laravel log viewer package

v1.0.3(4mo ago)1710MITBladePHP ^8.1

Since Feb 21Pushed 4mo agoCompare

[ Source](https://github.com/dante-san/log-lens)[ Packagist](https://packagist.org/packages/laxmidhar/log-lens)[ RSS](/packages/laxmidhar-log-lens/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (5)Used By (0)

Log Lens
========

[](#log-lens)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b8698b9b0f17523f2e07889738fe3e90e99c42c09061373081d7570d4ee91ffa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61786d69646861722f6c6f672d6c656e73)](https://packagist.org/packages/laxmidhar/log-lens)[![Total Downloads](https://camo.githubusercontent.com/fe84b7294f9d42f616565275242fc839a01b8eba127e90b5d9d83d7fd9005140/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61786d69646861722f6c6f672d6c656e73)](https://packagist.org/packages/laxmidhar/log-lens)[![PHP](https://camo.githubusercontent.com/6351c44c5acd541a16e8505d9389a2576fb01528ebdbaf6a6b744ac49e401cae/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e312b2d626c7565)](https://php.net)[![Laravel](https://camo.githubusercontent.com/737825406276edc320c8d8aa0b9eb55bb97bd817e0c4c8d50c5443f28c88ec4a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d3130253743313125374331322d726564)](https://laravel.com)[![License](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e)](https://github.com/dante-san)

Log Lens is a browser-based Laravel log viewer. It reads directly from `storage/logs`, streams files of any size without memory issues, and ships with a fully standalone dark UI that won't interfere with your application's frontend.

---

[![Log Lens](https://raw.githubusercontent.com/dante-san/log-lens/master/screenshot.png)](https://raw.githubusercontent.com/dante-san/log-lens/master/screenshot.png)

---

Installation
------------

[](#installation)

```
composer require laxmidhar/log-lens
php artisan vendor:publish --tag=loglens-assets
```

Visit `/logs`.

---

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

[](#configuration)

Publish the config:

```
php artisan vendor:publish --tag=loglens-config
```

```
// config/loglens.php
return [
    'route_prefix' => 'logs',     // e.g. 'admin/logs'
    'middleware'   => ['web'],
    'max_entries'  => 500,
    'chunk_size'   => 8192,
];
```

---

Customizing Views
-----------------

[](#customizing-views)

```
php artisan vendor:publish --tag=loglens-views
```

Published to `resources/views/vendor/loglens/`.

---

Security
--------

[](#security)

Log files can expose sensitive application data. In production, always restrict access:

```
'middleware' => ['web', 'auth'],
```

---

License
-------

[](#license)

MIT — [Laxmidhar Maharana](https://github.com/dante-san)

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance76

Regular maintenance activity

Popularity20

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

4

Last Release

131d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/15bc98971a080abec441d7011caba11bdebd31efcf730038ce3da7a05c21438f?d=identicon)[dante-san](/maintainers/dante-san)

---

Top Contributors

[![dante-san](https://avatars.githubusercontent.com/u/24512266?v=4)](https://github.com/dante-san "dante-san (7 commits)")

### Embed Badge

![Health badge](/badges/laxmidhar-log-lens/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M165](/packages/spatie-laravel-health)[illuminate/log

The Illuminate Log package.

6225.3M623](/packages/illuminate-log)[spatie/laravel-flare

Send Laravel errors to Flare

111.4M7](/packages/spatie-laravel-flare)

PHPackages © 2026

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