Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages

Readme

Nova Log Viewer

This package makes it easy to view your Laravel application logs inside of Nova. It even supports polling.

logviewer

Installation

You can install the Nova tool via Composer:

composer require laravel/nova-log-viewer

Next, you must register the tool with Nova. This is typically done in the tools method of your application's NovaServiceProvider.

public function tools()
{
    return [
        // ...
        \Laravel\Nova\LogViewer\LogViewer::make(),
    ];
}

Reviews

By awaisklabs on September 11, 2025

okey so over all good package but for nova 5 i cant see icons not compatible with nova 5

By Lloric Mayuga Garcia on August 18, 2022

Must have in nova

Back to Top
Added 3 years ago
Last updated 1 Month Ago
Version v1.1.0
Nova Version ^5.7.7
Composer
laravel/nova-log-viewer
GitHub stars 134
Packagist downloads 274,857

Favorites

3 users favorited

Rating

4.30
(out of 5)
★★★★★
★★★★
★★★
★★
3 ratings

Author

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas