PHPackages                             alibayat/laravel-logviewer - 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. alibayat/laravel-logviewer

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

alibayat/laravel-logviewer
==========================

Showing Laravel log files in a web page using dataTables

1.0(4y ago)2491MITPHPPHP &gt;=5.4.0

Since May 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/AliBayat/Laravel-LogViewer)[ Packagist](https://packagist.org/packages/alibayat/laravel-logviewer)[ RSS](/packages/alibayat-laravel-logviewer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

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

[](#laravel-log-viewer)

This Package can be used to show laravel log files inside of a web page using Bootstrap and DataTables. it can be used with Laravel/Lumen 4.2+ all the way through to the lastest versions. this package is a fork from the famous [Log-Viewer](https://github.com/rap2hpoutre/laravel-log-viewer) package with minor changes.

### Requirements

[](#requirements)

- PHP 5.4+
- Laravel 4.2+

### Installation

[](#installation)

#### Composer Install:

[](#composer-install)

```
composer require alibayat/laravel-logviewer

```

#### Publish configuration:

[](#publish-configuration)

```
php artisan vendor:publish \
  --provider="AliBayat\LaravelLogViewer\LaravelLogViewerServiceProvider"
```

#### Publish view file:

[](#publish-view-file)

```
php artisan vendor:publish \
  --provider="AliBayat\LaravelLogViewer\LaravelLogViewerServiceProvider" \
  --tag=views

```

---

### Usage

[](#usage)

you can use any route you want to point to the index method of the controller included in the package:

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

#### Credits

[](#credits)

- Ali Bayat -

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

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

Unknown

Total

1

Last Release

1809d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a39cd096ad000b5c340f4c242fd7dc837a1fecf5b65043fac44cdf8ffb868d7?d=identicon)[AliBayat](/maintainers/AliBayat)

---

Top Contributors

[![AliBayat](https://avatars.githubusercontent.com/u/7289532?v=4)](https://github.com/AliBayat "AliBayat (12 commits)")

---

Tags

laravellogslog viewerlaravel-log-viewer

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/alibayat-laravel-logviewer/health.svg)

```
[![Health](https://phpackages.com/badges/alibayat-laravel-logviewer/health.svg)](https://phpackages.com/packages/alibayat-laravel-logviewer)
```

###  Alternatives

[opcodesio/log-viewer

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

4.3k8.9M50](/packages/opcodesio-log-viewer)[jackiedo/log-reader

An easy log reader and management tool for Laravel

151376.5k4](/packages/jackiedo-log-reader)[kssadi/log-tracker

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

264.8k](/packages/kssadi-log-tracker)[melihovv/laravel-log-viewer

A Laravel log viewer

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

PHPackages © 2026

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