PHP Classes

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

Recommend this page to a friend!
  Info   View files Documentation   Screenshots Screenshots   View files View files (30)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 79 This week: 1All time: 10,091 This week: 560Up
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: 31
All time rank: 26745 in Myanmar Myanmar
Week rank: 106 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

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

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  
  • 1.png
  • 2.png
  • 3.png
  Files folder image Files  
File Role Description
Files folder image.circleci (1 file)
Files folder imagedist (1 directory)
Files folder imageresources (3 directories)
Files folder imageroutes (1 file)
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 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 webpack.mix.js Data Auxiliary data
Accessible without login Plain text file yarn.lock Data Auxiliary data

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

  Files folder image Files  /  dist  
File Role Description
Files folder imagejs (1 file)

  Files folder image Files  /  dist  /  js  
File Role Description
  Accessible without login Plain text file tool.js Data Auxiliary data

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

  Files folder image Files  /  resources  /  js  
File Role Description
Files folder imagecomponents (1 file, 2 directories)
Files folder imageplugins (2 files)
Files folder imageutils (1 file)
  Accessible without login Plain text file tool.js Data Auxiliary data

  Files folder image Files  /  resources  /  js  /  components  
File Role Description
Files folder imageLogs (2 files)
Files folder imageShow (2 files)
  Accessible without login Plain text file Dashboard.vue Data Auxiliary data

  Files folder image Files  /  resources  /  js  /  components  /  Logs  
File Role Description
  Accessible without login Plain text file Log.vue Data Auxiliary data
  Accessible without login Plain text file LogsTool.vue Data Auxiliary data

  Files folder image Files  /  resources  /  js  /  components  /  Show  
File Role Description
  Accessible without login Plain text file Log.vue Data Auxiliary data
  Accessible without login Plain text file Logs.vue Data Auxiliary data

  Files folder image Files  /  resources  /  js  /  plugins  
File Role Description
  Accessible without login Plain text file DoughnutChart.js Data Auxiliary data
  Accessible without login Plain text file LineChart.js Data Auxiliary data

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

  Files folder image Files  /  resources  /  sass  
File Role Description
  Accessible without login Plain text file tool.scss Data Auxiliary data

  Files folder image Files  /  resources  /  views  
File Role Description
  Accessible without login Plain text file navigation.blade.php Aux. Auxiliary script

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

  Files folder image Files  /  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  /  src  /  Http  
File Role Description
Files folder imageControllers (1 file)
Files folder imageMiddleware (1 file)

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

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

 Version Control Unique User Downloads Download Rankings  
 100%
Total:79
This week:1
All time:10,091
This week:560Up