spatie / nova-tail-tool by spatie

A Laravel Nova tool to display the application log.
119,155
118
7
Package Data
Maintainer Username: spatie
Maintainer Contact: freek@spatie.be (Freek Van der Herten)
Package Create Date: 2018-08-02
Package Last Update: 2022-03-21
Home Page: https://murze.be/introducing-our-laravel-nova-packages
Language: PHP
License: MIT
Last Refreshed: 2024-04-25 15:10:23
Package Statistics
Total Downloads: 119,155
Monthly Downloads: 628
Daily Downloads: 17
Total Stars: 118
Total Watchers: 7
Total Forks: 18
Total Open Issues: 0

A Laravel Nova tool to display the application log

Latest Version on Packagist CircleCI branch StyleCI Total Downloads

Have you always wanted to see your application log in your Nova app? Now you can!

tail tool screenshot

You can see the tool in action in this video on YouTube.

Installation

You can install the nova tool in to a Laravel app that uses Nova via composer:

composer require spatie/nova-tail-tool

Next up, you must register the tool with Nova. This is typically done in the tools method of the NovaServiceProvider.

// in app/Providers/NovaServiceProvder.php

// ...

public function tools()
{
   return [
        // ...
        new \Spatie\TailTool\TailTool(),
    ];
}

Usage

Click on the "Application log" menu item in your Nova app to see the log. Initially it will be empty. All new lines that are appended to the log will be shown.

Testing

composer test

Changelog

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

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email freek@spatie.be instead of using the issue tracker.

Postcardware

You're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.

Our address is: Spatie, Samberstraat 69D, 2060 Antwerp, Belgium.

We publish all received postcards on our company website.

Credits

Support us

Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.

Does your business depend on our contributions? Reach out and support us on Patreon. All pledges will be dedicated to allocating workforce on maintenance and new awesome stuff.

License

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