PHPackages                             php-junior/nova-logs - 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. php-junior/nova-logs

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

php-junior/nova-logs
====================

Provides a Log Viewer for Laravel Nova

v1.1.1(3y ago)77440.0k↓11.6%20[16 issues](https://github.com/PHPJunior/nova-logs/issues)[6 PRs](https://github.com/PHPJunior/nova-logs/pulls)1MITVuePHP ^7.3|^8.0CI failing

Since Sep 1Pushed 1y ago2 watchersCompare

[ Source](https://github.com/PHPJunior/nova-logs)[ Packagist](https://packagist.org/packages/php-junior/nova-logs)[ GitHub Sponsors](https://github.com/PHPJunior)[ Fund](https://liberapay.com/nyinyilwin)[ RSS](/packages/php-junior-nova-logs/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (15)Used By (1)

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

[](#nova-log-viewer)

[![Latest Stable Version](https://camo.githubusercontent.com/ef85ef4d59b63aa7869853be60ae8cda38b7d81acc6b3402b164de3cb04d6a73/68747470733a2f2f706f7365722e707567782e6f72672f7068702d6a756e696f722f6e6f76612d6c6f67732f762f737461626c65)](https://packagist.org/packages/php-junior/nova-logs)[![Total Downloads](https://camo.githubusercontent.com/e6f53b7a5ce210713d9ffab0f7357a2bbfd796db4da11bbebbc10f2f16297b54/68747470733a2f2f706f7365722e707567782e6f72672f7068702d6a756e696f722f6e6f76612d6c6f67732f646f776e6c6f616473)](https://packagist.org/packages/php-junior/nova-logs)

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

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

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

Requirements
------------

[](#requirements)

- `php: ^7.4 | ^8`
- `laravel/nova: ^4`

For Laravel Nova Version 3, please use v1 instead.

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

[](#installation)

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

```
composer require php-junior/nova-logs
```

**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 \PhpJunior\NovaLogViewer\Tool(),
    ];
}
```

To publish the configuration use:

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

### Changelog

[](#changelog)

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

Credits
-------

[](#credits)

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

License
-------

[](#license)

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

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance23

Infrequent updates — may be unmaintained

Popularity51

Moderate usage in the ecosystem

Community20

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 80.8% 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 ~125 days

Recently: every ~375 days

Total

13

Last Release

1316d ago

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

v1.0.6PHP ^7.1.3

v1.1PHP ^7.1.3|^8.0

v1.1.1PHP ^7.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/e2695272c87c7144c984ddf468d380477dc578b617e7da5502eb4e7eff1f6087?d=identicon)[Nyi Nyi Lwin](/maintainers/Nyi%20Nyi%20Lwin)

---

Top Contributors

[![PHPJunior](https://avatars.githubusercontent.com/u/13845077?v=4)](https://github.com/PHPJunior "PHPJunior (21 commits)")[![eaguadmeat](https://avatars.githubusercontent.com/u/50746195?v=4)](https://github.com/eaguadmeat "eaguadmeat (2 commits)")[![felly](https://avatars.githubusercontent.com/u/1064928?v=4)](https://github.com/felly "felly (1 commits)")[![maherelgamil](https://avatars.githubusercontent.com/u/6294478?v=4)](https://github.com/maherelgamil "maherelgamil (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/php-junior-nova-logs/health.svg)

```
[![Health](https://phpackages.com/badges/php-junior-nova-logs/health.svg)](https://phpackages.com/packages/php-junior-nova-logs)
```

###  Alternatives

[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)[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)[insenseanalytics/nova-server-monitor

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

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

Laravel Nova tool for checking healthy of your Laravel app

1372.9k](/packages/stepanenko3-nova-health)

PHPackages © 2026

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