Skip to content

memhgh/nova-log-viewer

 
 

Repository files navigation

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(),
    ];
}

About

A Laravel Nova tool for viewing your application logs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 66.7%
  • Vue 28.8%
  • JavaScript 4.5%