Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages

Installation Instructions

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

Readme

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

Reviews

By Eugene van der Merwe on March 29, 2020

I really like this package and use it in many of my applications. As the application matures, it's sometimes a schlep to haul out the error log. This package is easy on the eye and if you've segrated your debug commands nicely it's a real asset. Recommend.

Back to Top
Added 7 years ago
Last updated 3 Years Ago
Version v1.1.1
Nova Version ^4.0
Composer
php-junior/nova-logs
GitHub stars 78
Packagist downloads 432,409

Favorites

27 users favorited

Rating

5.00
(out of 5)
★★★★★
★★★★
★★★
★★
10 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas