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

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

lyne007/dcat-log-viewer
=======================

Laravel Log Viewer

1.03(2y ago)0121MITBladePHP &gt;=7.0

Since Apr 24Pushed 2y agoCompare

[ Source](https://github.com/lyne007/laravel-log-viewer)[ Packagist](https://packagist.org/packages/lyne007/dcat-log-viewer)[ Docs](https://github.com/lyne007/dcat-log-viewer)[ RSS](/packages/lyne007-dcat-log-viewer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

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

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

`Dcat Log Viewer`是一个`Laravel`日志查看工具，支持大文件日志的查看和搜索功能，更改自[laravel-admin-extensions/log-viewer](https://github.com/laravel-admin-extensions/log-viewer) 、[jqhph/laravel-log-viewer](https://github.com/jqhph/laravel-log-viewer)。

[![](https://camo.githubusercontent.com/addc0c4b2e24da2d455fc35a408d465390b6ca9c1cd4ee9c8bd2a8bb4bc3d5ad/68747470733a2f2f63646e2e6c6561726e6b752e636f6d2f75706c6f6164732f696d616765732f3230323030372f30392f33383338392f355073336266686472522e706e67216c61726765)](https://camo.githubusercontent.com/addc0c4b2e24da2d455fc35a408d465390b6ca9c1cd4ee9c8bd2a8bb4bc3d5ad/68747470733a2f2f63646e2e6c6561726e6b752e636f6d2f75706c6f6164732f696d616765732f3230323030372f30392f33383338392f355073336266686472522e706e67216c61726765)

功能
--

[](#功能)

- 支持多层级目录
- 支持查看大文件日志
- 支持日志关键词检索
- 支持多层级目录文件名称搜索
- 支持下载功能
- 支持分页
- 支持手机页面

修改
--

[](#修改)

> CND无法国内无法访问问题

环境
--

[](#环境)

- PHP &gt;= 7
- laravel &gt;= 5.5

安装
--

[](#安装)

```
composer require lyne007/dcat-log-viewer
```

发布配置文件，此步骤可省略

```
php artisan vendor:publish --tag=dcat-log-viewer
```

然后访问 `http://hostname/dcat-logs` 即可

配置文件

```
return [
    'route' => [
        // 路由前缀
        'prefix'     => 'dcat-logs',
         // 命名空间
        'namespace'  => 'Dcat\LogViewer',
         // 中间件
        'middleware' => [],
    ],

    // 日志目录
    'directory' => storage_path('logs'),

    // 搜索页显示条目数（搜索后不分页，所以这个参数可以设置大一些）
    'search_page_items' => 500,

    // 默认每页条目数
    'page_items' => 30,
];
```

License
-------

[](#license)

[The MIT License (MIT)](LICENSE).

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

4

Last Release

745d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/28702327?v=4)[李Lyne](/maintainers/lyne007)[@lyne007](https://github.com/lyne007)

---

Top Contributors

[![lyne007](https://avatars.githubusercontent.com/u/28702327?v=4)](https://github.com/lyne007 "lyne007 (22 commits)")[![jqhph](https://avatars.githubusercontent.com/u/20312339?v=4)](https://github.com/jqhph "jqhph (21 commits)")[![deMemory](https://avatars.githubusercontent.com/u/162716037?v=4)](https://github.com/deMemory "deMemory (4 commits)")[![lilashih](https://avatars.githubusercontent.com/u/55920306?v=4)](https://github.com/lilashih "lilashih (1 commits)")

---

Tags

laravellog viewer

### Embed Badge

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

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

###  Alternatives

[arcanedev/log-viewer

Provides a Log Viewer for Laravel

2.4k6.7M51](/packages/arcanedev-log-viewer)[jackiedo/log-reader

An easy log reader and management tool for Laravel

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

A Laravel log viewer

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

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

264.8k](/packages/kssadi-log-tracker)

PHPackages © 2026

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