PHPackages                             klib/laravel-log-reader - 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. klib/laravel-log-reader

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

klib/laravel-log-reader
=======================

A simple and beautiful laravel log reader

v1.0.11(4y ago)026cc-by-4.0PHP &gt;=5.6

Since Jan 27Pushed 4y agoCompare

[ Source](https://github.com/kami1983/laravel-log-reader)[ Packagist](https://packagist.org/packages/klib/laravel-log-reader)[ RSS](/packages/klib-laravel-log-reader/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (13)Used By (0)

### 简介

[](#简介)

- Project base on
- 由于原项目不支持多行日志的读取，做了简单的修改让其可以显示日志中的换行。

### 安装

[](#安装)

- composer require klib/laravel-log-reader

### 使用

[](#使用)

- 访问 `/admin/log-reader` 即可

#### JSON API \[OPTIONAL\]

[](#json-api-optional)

- If you want to make your won UI then this package also provides the JSON API for log files. You will get the API link here /admin/api/log-reader
- Get JSON data by date

```
use Haruncpi\LaravelLogReader\LaravelLogReader;

return (new LaravelLogReader(['date' => '2020-01-27']))->get();

```

#### Config file \[OPTIONAL\]

[](#config-file-optional)

- If you want to change the route URL for viewing the logs then run the command for publishing laravel log reader configuration file.

```
php artisan vendor:publish --provider="Haruncpi\LaravelLogReader\ServiceProvider" --tag="config"Copy

```

#### Custom Middleware \[OPTIONAL\]

[](#custom-middleware-optional)

- Laravel log reader &gt;= v1.0.6 support custom middleware. So you can easily add more restriction to view your application logs. To use custom middleware, add middleware key into laravel-log-reader.php config file.

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

```

### 版本

[](#版本)

#### v1.0.11

[](#v1011)

- 将  替换为 https:// 否则会导致SSL域名下无法正常显示。

#### v1.0.10

[](#v1010)

- 替换 `https://cdn.bootcss.com/angular.js/1.6.7/angular.min.js` 为 `http://cdn.static.runoob.com/libs/angular.js/1.4.6/angular.min.js` ，因为某些原因无法访问。

#### v1.0.9

[](#v109)

- 替换 `https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js` 为 `https://cdn.bootcss.com/angular.js/1.6.7/angular.min.js` ，因为某些原因无法访问。

#### v1.0.8

[](#v108)

- 修复日志文件没有倒序显示的BUG。

#### v1.0.7

[](#v107)

- 基础版本上新增读取多行日志信息

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 68.4% 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 ~44 days

Recently: every ~33 days

Total

12

Last Release

1810d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8407663?v=4)[linhai](/maintainers/kami1983)[@kami1983](https://github.com/kami1983)

---

Top Contributors

[![haruncpi](https://avatars.githubusercontent.com/u/11594794?v=4)](https://github.com/haruncpi "haruncpi (13 commits)")[![kami1983](https://avatars.githubusercontent.com/u/8407663?v=4)](https://github.com/kami1983 "kami1983 (6 commits)")

---

Tags

loglaravelreader

### Embed Badge

![Health badge](/badges/klib-laravel-log-reader/health.svg)

```
[![Health](https://phpackages.com/badges/klib-laravel-log-reader/health.svg)](https://phpackages.com/packages/klib-laravel-log-reader)
```

###  Alternatives

[haruncpi/laravel-log-reader

A simple and beautiful laravel log reader

380287.9k1](/packages/haruncpi-laravel-log-reader)[jackiedo/log-reader

An easy log reader and management tool for Laravel

151376.5k4](/packages/jackiedo-log-reader)[ytake/laravel-fluent-logger

fluent logger for laravel and lumen

63541.6k1](/packages/ytake-laravel-fluent-logger)[kitloong/laravel-app-logger

Laravel log for your application

101.2M8](/packages/kitloong-laravel-app-logger)[moesif/moesif-laravel

Moesif Collection/Data Ingestion Middleware for Laravel

1065.8k](/packages/moesif-moesif-laravel)[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)
