PHP Classes

Laravel Nova Log Viewer: Display information about logs in Laravel Nova

Recommend this page to a friend!
  Info   Documentation   Screenshots   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2025-07-28 (6 months ago) RSS 2.0 feedNot enough user ratingsTotal: 80 All time: 10,115 This week: 131Up
Version License PHP version Categories
nova-logs 1.0The PHP License5PHP 5, Libraries, Content management, L...
Description 

Author

This package can display information about logs in Laravel Nova.

It provides a component that can be added to the Laravel Nova panel so it show several details about log files in visual way.

The component can show tables listing the messages of logs, as well pie charts showing the count of log messages in different pie slices for each log message type.

Innovation Award
PHP Programming Innovation award nominee
March 2019
Number 3
Laravel Nova is a nice administration panel that allows integrating third-party components to extend its capabilities.

This package is a component that can display information about logs in Laravel Nova in a visually attractive way.

Manuel Lemos
Picture of Nyi Nyi Lwin
  Performance   Level  
Name: Nyi Nyi Lwin <contact>
Classes: 12 packages by
Country: Myanmar Myanmar
Age: 33
All time rank: 26555 in Myanmar Myanmar
Week rank: 195 Up1 in Myanmar Myanmar Up
Innovation award
Innovation award
Nominee: 7x

Winner: 4x

Documentation

Nova Log Viewer

Latest Stable Version Total Downloads

screenshot 1

screenshot 2

screenshot 3

Requirements

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

For Laravel Nova Version 3, please use v1 instead.

Installation

You can install the package in to a Laravel app that uses Nova 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

Please see CHANGELOG for more information on what has changed recently.

Credits

License

The MIT License (MIT). Please see License File for more information.


Screenshots (3)  
  • 1.png
  • 2.png
  • 3.png
  Files folder image Files (37)  
File Role Description
Files folder image.circleci (1 file)
Files folder image.github (1 file)
Files folder imageconfig (1 file)
Files folder imagedist (2 directories)
Files folder imageresources (2 directories)
Files folder imageroutes (2 files)
Files folder imagesrc (2 files, 1 directory)
Accessible without login Plain text file .editorconfig Data Auxiliary data
Accessible without login Plain text file .eslintrc Data Auxiliary data
Accessible without login Plain text file .prettierrc Data Auxiliary data
Accessible without login Plain text file .styleci.yml Data Auxiliary data
Accessible without login Plain text file CHANGELOG.md Data Auxiliary data
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file LICENSE.md Lic. License text
Accessible without login Plain text file nova.mix.js Data Auxiliary data
Accessible without login Plain text file package.json Data Auxiliary data
Accessible without login Plain text file phpunit.xml.dist Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file tailwind.config.js Data Auxiliary data
Accessible without login Plain text file webpack.mix.js Data Auxiliary data

  Files folder image Files (37)  /  .circleci  
File Role Description
  Accessible without login Plain text file config.yml Data Auxiliary data

  Files folder image Files (37)  /  .github  
File Role Description
  Accessible without login Plain text file FUNDING.yml Data Auxiliary data

  Files folder image Files (37)  /  config  
File Role Description
  Accessible without login Plain text file nova-logs.php Aux. Configuration script

  Files folder image Files (37)  /  dist  
File Role Description
Files folder imagecss (1 file)
Files folder imagejs (2 files)

  Files folder image Files (37)  /  dist  /  css  
File Role Description
  Accessible without login Plain text file tool.css Data Auxiliary data

  Files folder image Files (37)  /  dist  /  js  
File Role Description
  Accessible without login Plain text file tool.js Data Auxiliary data
  Accessible without login Plain text file tool.js.LICENSE.txt Doc. Documentation

  Files folder image Files (37)  /  resources  
File Role Description
Files folder imagecss (1 file)
Files folder imagejs (1 file, 3 directories)

  Files folder image Files (37)  /  resources  /  css  
File Role Description
  Accessible without login Plain text file tool.css Data Auxiliary data

  Files folder image Files (37)  /  resources  /  js  
File Role Description
Files folder imagecomponents (2 files)
Files folder imagepages (3 files)
Files folder imageutils (2 files)
  Accessible without login Plain text file tool.js Data Auxiliary data

  Files folder image Files (37)  /  resources  /  js  /  components  
File Role Description
  Accessible without login Plain text file LogsToolRow.vue Data Auxiliary data
  Accessible without login Plain text file ShowLogsRow.vue Data Auxiliary data

  Files folder image Files (37)  /  resources  /  js  /  pages  
File Role Description
  Accessible without login Plain text file Dashboard.vue Data Auxiliary data
  Accessible without login Plain text file LogsTool.vue Data Auxiliary data
  Accessible without login Plain text file ShowLogs.vue Data Auxiliary data

  Files folder image Files (37)  /  resources  /  js  /  utils  
File Role Description
  Accessible without login Plain text file color.js Data Auxiliary data
  Accessible without login Plain text file dark.js Data Auxiliary data

  Files folder image Files (37)  /  routes  
File Role Description
  Accessible without login Plain text file api.php Aux. Auxiliary script
  Accessible without login Plain text file inertia.php Aux. Configuration script

  Files folder image Files (37)  /  src  
File Role Description
Files folder imageHttp (2 directories)
  Plain text file Tool.php Class Class source
  Plain text file ToolServiceProvider.php Class Class source

  Files folder image Files (37)  /  src  /  Http  
File Role Description
Files folder imageControllers (1 file)
Files folder imageMiddleware (1 file)

  Files folder image Files (37)  /  src  /  Http  /  Controllers  
File Role Description
  Plain text file NovaLogViewerController.php Class Class source

  Files folder image Files (37)  /  src  /  Http  /  Middleware  
File Role Description
  Plain text file Authorize.php Class Class source

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:80
This week:0
All time:10,115
This week:131Up