sergeich5/nova-log-viewer

A Laravel Nova tool.

v1.0.1 2025-07-29 13:12 UTC

This package is auto-updated.

Last update: 2025-07-29 13:13:19 UTC


README

Compatible with nova v4, v5

Install via Composer

composer require sergeich5/nova-log-viewer

Register tool in NovaServiceProvider.php

public function tools(): array
{
    return [
        // ...
        \Sergeich5\NovaLogViewer\NovaLogViewer::make(),
    ];
}