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

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

mlsolutions/nova-logs
=====================

Provides a Log Viewer for Laravel Nova

v1.0.5(11mo ago)01.7k↓19%MITVuePHP ^8.0|^8.3

Since Oct 11Pushed 11mo agoCompare

[ Source](https://github.com/ml-solutions-ltda/nova-logs)[ Packagist](https://packagist.org/packages/mlsolutions/nova-logs)[ GitHub Sponsors](https://github.com/PHPJunior)[ Fund](https://liberapay.com/nyinyilwin)[ RSS](/packages/mlsolutions-nova-logs/feed)WikiDiscussions main Synced yesterday

READMEChangelog (6)Dependencies (4)Versions (7)Used By (0)

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

[](#nova-log-viewer)

[![Latest Stable Version](https://camo.githubusercontent.com/bce3644a7b89ff2139a6da867ac3086ba9f7518099f6d4458262dc2c2ec14a9d/68747470733a2f2f706f7365722e707567782e6f72672f6d6c736f6c7574696f6e732f6e6f76612d6c6f67732f762f737461626c65)](https://packagist.org/packages/mlsolutions/nova-logs)[![Total Downloads](https://camo.githubusercontent.com/f434ec8d70bf3dddc19183a653b73eeaac699b8cc94a832c08f79c9658091bfc/68747470733a2f2f706f7365722e707567782e6f72672f6d6c736f6c7574696f6e732f6e6f76612d6c6f67732f646f776e6c6f616473)](https://packagist.org/packages/mlsolutions/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 mlsolutions/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 \MlSolutions\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

41

—

FairBetter than 87% of packages

Maintenance52

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 63.6% 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 ~11 days

Total

5

Last Release

336d ago

PHP version history (3 changes)v1.0.0PHP ^7.3|^8.0

v1.0.2PHP ^7.3|^8.0|^8.3

v1.0.3PHP ^8.0|^8.3

### Community

Maintainers

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

---

Top Contributors

[![PHPJunior](https://avatars.githubusercontent.com/u/13845077?v=4)](https://github.com/PHPJunior "PHPJunior (21 commits)")[![luissobrinho](https://avatars.githubusercontent.com/u/17295212?v=4)](https://github.com/luissobrinho "luissobrinho (7 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/mlsolutions-nova-logs/health.svg)

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

###  Alternatives

[php-junior/nova-logs

Provides a Log Viewer for Laravel Nova

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

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

100730.9k8](/packages/bolechen-nova-activitylog)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[kabbouchi/nova-logs-tool

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

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

A Laravel Nova tool to display the application log.

119129.1k1](/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.

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

PHPackages © 2026

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