PHPackages                             jsocha/logs-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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. jsocha/logs-viewer

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

jsocha/logs-viewer
==================

Simple logs viewer for Laravel

2.0(8y ago)19.4kMITPHPPHP &gt;=7.1.0

Since Feb 3Pushed 8y ago1 watchersCompare

[ Source](https://github.com/quatrosoftware/logs-viewer)[ Packagist](https://packagist.org/packages/jsocha/logs-viewer)[ Docs](http://quatrodesign.pl)[ RSS](/packages/jsocha-logs-viewer/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

[![Packagist License](https://camo.githubusercontent.com/50e57fcf4a0b733b972cb3bed929675c4d4ba25cc6300d564a7f3fa29340d88f/68747470733a2f2f706f7365722e707567782e6f72672f6a736f6368612f6c6f67732d7669657765722f6c6963656e73652e706e67)](http://choosealicense.com/licenses/mit/)[![Latest Stable Version](https://camo.githubusercontent.com/7a1ab1afaf0ee8512b91e02790036daa13ea719e14b535ece1c31de74ff523c4/68747470733a2f2f706f7365722e707567782e6f72672f6a736f6368612f6c6f67732d7669657765722f76657273696f6e2e706e67)](https://packagist.org/packages/jsocha/logs-viewer)[![Total Downloads](https://camo.githubusercontent.com/92f0d508ac55b74f44e82255ad634f74e59ff7aa392128066845555c54d10531/68747470733a2f2f706f7365722e707567782e6f72672f6a736f6368612f6c6f67732d7669657765722f642f746f74616c2e706e67)](https://packagist.org/packages/jsocha/logs-viewer)

Laravel Logs Viewer
-------------------

[](#laravel-logs-viewer)

Simple parsing Laravel Logs inspired by [rap2hpoutre](https://github.com/rap2hpoutre/laravel-log-viewer) with some upgrades

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

[](#installation)

Require this package with composer:

```
composer require jsocha/logs-viewer dev-master
```

After updating composer add service provider in config/app.php

```
Jsocha\LogsViewer\LogsViewerServiceProvider::class,
```

You need to change APP\_LOG in .env file to

```
APP_LOG=daily
```

After that just add in routes/web.php

```
Route::get('devs/logs', '\Jsocha\LogsViewer\LogsViewerController@index')->name('logs.viewer');
```

To see logs go to:

```
http://example.com/devs/logs
```

Of course you can change this route path for what you need.

\##Warning This package has not any permission protection. You should protect this route with some kind of middleware which allow access only to specific user.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community1

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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 ~160 days

Total

2

Last Release

3222d ago

Major Versions

1.0 → 2.02017-07-14

### Community

### Embed Badge

![Health badge](/badges/jsocha-logs-viewer/health.svg)

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

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M918](/packages/symfony-stopwatch)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k28](/packages/fruitcake-laravel-debugbar)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[jokkedk/webgrind

Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.

3.3k193.0k](/packages/jokkedk-webgrind)[koriym/printo

An object graph visualizer.

1421.8M2](/packages/koriym-printo)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)

PHPackages © 2026

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