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

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

loopeer/loopeer-log-viewer
==========================

A Laravel log reader

v0.4.3(10y ago)03811MITPHPPHP &gt;=5.4.0

Since Nov 24Pushed 10y ago7 watchersCompare

[ Source](https://github.com/loopeer/laravel-log-viewer)[ Packagist](https://packagist.org/packages/loopeer/loopeer-log-viewer)[ RSS](/packages/loopeer-loopeer-log-viewer/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (28)Used By (1)

Laravel 5 log viewer
====================

[](#laravel-5-log-viewer)

![Packagist](https://camo.githubusercontent.com/505e8a855a8dd214284b40c027b0ac39bb9684cdffd5757f944f29fedda491fe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7261703268706f757472652f6c61726176656c2d6c6f672d7669657765722e737667)[![Packagist](https://camo.githubusercontent.com/a2c226cea5b4865eb57d3cca3f4e8bc61c360e1a3e183be1c59448a5e7cefe89/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7261703268706f757472652f6c61726176656c2d6c6f672d7669657765722e737667)](https://packagist.org/packages/rap2hpoutre/laravel-log-viewer) ![Packagist](https://camo.githubusercontent.com/58a19e14d6d8a3f0fb7409f5ddf7a1d703993faf157de465d692873ed7e7aa99/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f7261703268706f757472652f6c61726176656c2d6c6f672d7669657765722e737667) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/2b98be6ed0174b924425f44db7980460d5db6a3bf0d472e4f41dd74d049530dc/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7261703268706f757472652f6c61726176656c2d6c6f672d7669657765722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/rap2hpoutre/laravel-log-viewer/?branch=master) [![Build Status](https://camo.githubusercontent.com/ae68af402d6418f17379eae7cae72dbde4c2cc2c567daf9b1d272bbd270a6b92/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7261703268706f757472652f6c61726176656c2d6c6f672d7669657765722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/rap2hpoutre/laravel-log-viewer/build-status/master)[![SensioLabsInsight](https://camo.githubusercontent.com/e22772db33cac467f0991f20494837dc43eb36defe8090ffcc98ba91589ccbe5/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f32393734663030372d666638342d343161372d383935342d3763646134316361356638342f6d696e692e706e67)](https://insight.sensiolabs.com/projects/2974f007-ff84-41a7-8954-7cda41ca5f84)

TL;DR
-----

[](#tldr)

The best (IMO) Log Viewer for Laravel 5 (compatible with 4.2 too). **Install with composer, create a route to `LogViewerController`**. No public assets, no vendor routes, works with and/or without log rotate. Inspired by Micheal Mand's [Laravel 4 log viewer](https://github.com/mikemand/logviewer) (works only with laravel 4.1)

What ?
------

[](#what-)

Small log viewer for laravel. Looks like this:

[![capture d ecran 2014-12-01 a 10 37 18](https://cloud.githubusercontent.com/assets/1575946/5243642/8a00b83a-7946-11e4-8bad-5c705f328bcc.png)](https://cloud.githubusercontent.com/assets/1575946/5243642/8a00b83a-7946-11e4-8bad-5c705f328bcc.png)

Install
-------

[](#install)

Install via composer

```
composer require rap2hpoutre/laravel-log-viewer

```

Add Service Provider to `config/app.php` in `providers` section

```
Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider::class,
```

Add a route in `app/Http/routes.php` (or choose another route):

```
Route::get('logs', '\Rap2hpoutre\LaravelLogViewer\LogViewerController@index');
```

Go to `http://myapp/logs` or some other route

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 89.7% 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 ~13 days

Recently: every ~32 days

Total

25

Last Release

3914d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/26904a4629e4a0fe8b8506ca300b25b83ad8b8d9d3fa31acf93d9fa6c5f265ac?d=identicon)[dengyongbin](/maintainers/dengyongbin)

---

Top Contributors

[![rap2hpoutre](https://avatars.githubusercontent.com/u/1575946?v=4)](https://github.com/rap2hpoutre "rap2hpoutre (70 commits)")[![AnthonyPorthouse](https://avatars.githubusercontent.com/u/5079595?v=4)](https://github.com/AnthonyPorthouse "AnthonyPorthouse (2 commits)")[![peppeocchi](https://avatars.githubusercontent.com/u/4161743?v=4)](https://github.com/peppeocchi "peppeocchi (1 commits)")[![rafaelbeckel](https://avatars.githubusercontent.com/u/28917?v=4)](https://github.com/rafaelbeckel "rafaelbeckel (1 commits)")[![eblount](https://avatars.githubusercontent.com/u/1424719?v=4)](https://github.com/eblount "eblount (1 commits)")[![rtconner](https://avatars.githubusercontent.com/u/334533?v=4)](https://github.com/rtconner "rtconner (1 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")[![Solinx](https://avatars.githubusercontent.com/u/2049212?v=4)](https://github.com/Solinx "Solinx (1 commits)")

---

Tags

loglogginglog viewerlog-reader

### Embed Badge

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

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

###  Alternatives

[rap2hpoutre/laravel-log-viewer

A Laravel log reader

3.2k15.4M78](/packages/rap2hpoutre-laravel-log-viewer)[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k122.6M188](/packages/sentry-sentry-laravel)[jackiedo/log-reader

An easy log reader and management tool for Laravel

151418.3k4](/packages/jackiedo-log-reader)[melihovv/laravel-log-viewer

A Laravel log viewer

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

PHPackages © 2026

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