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

ActiveLaravel-package[Logging &amp; Monitoring](/categories/logging)

srmilon/log-viewer
==================

To view laravel logs in details

0.1.5(8y ago)01.9k[1 issues](https://github.com/milonfci/log-viewer/issues)MITPHPPHP &gt;=5.3.0

Since Dec 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/milonfci/log-viewer)[ Packagist](https://packagist.org/packages/srmilon/log-viewer)[ Docs](https://github.com/milonfci/log-viewer)[ RSS](/packages/srmilon-log-viewer/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

Laravel Log Viewer
==================

[](#laravel-log-viewer)

The package will help to view laravel logs easily.

### Prerequisites

[](#prerequisites)

```
PHP >= 5.3.0

```

### Installing

[](#installing)

Install the package via [Composer](https://getcomposer.org/download) by following command:

```
composer require srmilon/log-viewer

```

Once package installation done, register the service provider in `config/app.php` in the `providers array` like bellow:

```
providers' => [
    ...
    Srmilon\LogViewer\LogServiceProvider::class
  ]

```

For publishing views

```
php artisan vendor:publish \
  --provider="Srmilon\LogViewer\LogServiceProvider" \
  --tag=views

```

Then add folloiwng route in your routes file:

```
Route::get('/log', '\Srmilon\LogViewer\LogViewerController@index');

```

Now you can browse your laravel website logs using `{your-website-url}/log`.

For example:

```
http://www.example.com/log

```

Enjoy!
------

[](#enjoy)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Recently: every ~0 days

Total

6

Last Release

3042d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1906970?v=4)[Saidur Rahman](/maintainers/milonfci)[@milonfci](https://github.com/milonfci)

---

Top Contributors

[![milonfci](https://avatars.githubusercontent.com/u/1906970?v=4)](https://github.com/milonfci "milonfci (8 commits)")

---

Tags

loglogginglog viewerlog-readerlaravel-log-viewerLaravel logview-logs

### Embed Badge

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

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

###  Alternatives

[rap2hpoutre/laravel-log-viewer

A Laravel log reader

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

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

1.3k127.1M203](/packages/sentry-sentry-laravel)[melihovv/laravel-log-viewer

A Laravel log viewer

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

PHPackages © 2026

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