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

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

iblacker/nova-log-viewer
========================

Provides a Log Viewer for Laravel Nova

v2.0(5y ago)837.7k—0%3[1 issues](https://github.com/iblacker/nova-log-viewer/issues)MITVuePHP ^7.1.3

Since Sep 1Pushed 3y agoCompare

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

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

Nova Log Viewer
===============

[](#nova-log-viewer)

[![Latest Stable Version](https://camo.githubusercontent.com/207fe3198bd2356eb391e17e191ff208d50448c53bae08bc0b0ae06d5b938f8f/68747470733a2f2f706f7365722e707567782e6f72672f69626c61636b65722f6e6f76612d6c6f672d7669657765722f762f737461626c65)](https://packagist.org/packages/iblacker/nova-log-viewer)[![Total Downloads](https://camo.githubusercontent.com/219883295dd228116e0cb44674e66de5b5281d7cf49997d8b9e959e42ec06867/68747470733a2f2f706f7365722e707567782e6f72672f69626c61636b65722f6e6f76612d6c6f672d7669657765722f646f776e6c6f616473)](https://packagist.org/packages/iblacker/nova-log-viewer)

About
-----

[](#about)

This is a fork of [PHPJunior/nova-logs](https://github.com/PHPJunior/nova-logs), which seems to be abandoned. No major changes to the code, mostly updated the design to be consistent with Laravel Nova's design language. I am hoping to maintain this repo and fix any potential bug.

[![screenshot 1](1.png)](1.png)

[![screenshot 2](2.png)](2.png)

[![screenshot 3](3.png)](3.png)

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require iblacker/nova-log-viewer
```

**LogViewer** support only the **daily** log channel, so make sure that the `LOG_CHANNEL` is set to `daily` instead of `stack` in your `.env` file.

For Laravel 5.5 and below, set this in your `.env` file

`APP_LOG=daily`

Next up, you must register the tool with Nova. This is typically done in the `tools` method of the `NovaServiceProvider`.

```
// in app/Providers/NovaServiceProvider.php

public function tools()
{
    return [
        // ...
        new \Iblacker\NovaLogViewer\Tool(),
    ];
}
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Configuration
-------------

[](#configuration)

You can configure the behavior of the log view within a config file. First, just publish the default one:

```
php artisan vendor:publish --tag=config

```

Now you can edit the settings in the file `config/log-viewer.php`.

Credits
-------

[](#credits)

- [PHPJunior](https://github.com/PHPJunior/nova-logs)
- [ARCANEDEV](https://github.com/ARCANEDEV/LogViewer)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Recently: every ~174 days

Total

12

Last Release

2118d ago

Major Versions

v1.0.10 → v2.02020-07-31

PHP version history (2 changes)1.0.0PHP &gt;=7.1.0

v1.0.6PHP ^7.1.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/e0328769db20e79ecba5c181d5daace709b6b6324d7ea1651d34d92b672ef03b?d=identicon)[iblacker](/maintainers/iblacker)

---

Top Contributors

[![iblacker](https://avatars.githubusercontent.com/u/8527739?v=4)](https://github.com/iblacker "iblacker (14 commits)")[![PHPJunior](https://avatars.githubusercontent.com/u/13845077?v=4)](https://github.com/PHPJunior "PHPJunior (14 commits)")[![bernhardh](https://avatars.githubusercontent.com/u/642292?v=4)](https://github.com/bernhardh "bernhardh (2 commits)")[![marispro](https://avatars.githubusercontent.com/u/5610414?v=4)](https://github.com/marispro "marispro (1 commits)")[![marzvrover](https://avatars.githubusercontent.com/u/6617862?v=4)](https://github.com/marzvrover "marzvrover (1 commits)")

---

Tags

laravelnova

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[php-junior/nova-logs

Provides a Log Viewer for Laravel Nova

77440.0k1](/packages/php-junior-nova-logs)[bolechen/nova-activitylog

A tool to activity logger to monitor the users of your Laravel Nova.

99683.9k4](/packages/bolechen-nova-activitylog)[kabbouchi/nova-logs-tool

A Laravel Nova tool to manage and keep track of each one of your logs files.

73362.1k](/packages/kabbouchi-nova-logs-tool)[spatie/nova-tail-tool

A Laravel Nova tool to display the application log.

119128.2k1](/packages/spatie-nova-tail-tool)[insenseanalytics/nova-server-monitor

A Laravel Nova tool for Spatie's Server Monitor library.

6546.9k](/packages/insenseanalytics-nova-server-monitor)[stepanenko3/nova-logs-tool

A Laravel Nova tool to manage and keep track of each one of your logs files.

27112.9k](/packages/stepanenko3-nova-logs-tool)

PHPackages © 2026

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