All Projects → spatie → Nova Tail Tool

spatie / Nova Tail Tool

Licence: mit
A Laravel Nova tool to display the application log

Projects that are alternatives of or similar to Nova Tail Tool

Nova Custom Email Sender
A Laravel Nova tool that sends ad-hoc email messages from the dashboard.
Stars: ✭ 62 (-43.64%)
Mutual labels:  laravel, nova, tool
Nova Backup Tool
A Laravel Nova tool to backup your app
Stars: ✭ 260 (+136.36%)
Mutual labels:  laravel, nova, tool
Laravel Nova Nested Form
This package allows you to include your nested relationships' forms into a parent form.
Stars: ✭ 169 (+53.64%)
Mutual labels:  laravel, nova, tool
Nova Time Field
Laravel Nova Time Field
Stars: ✭ 45 (-59.09%)
Mutual labels:  laravel, nova
Laravel Log
Simple API to write logs for Laravel.
Stars: ✭ 19 (-82.73%)
Mutual labels:  laravel, log
Hzdtf.foundation.framework
基础框架系统,支持.NET和.NET Core平台,语言:C#,DB支持MySql和SqlServer,主要功能有抽象持久化、服务层,将业务基本的增删改查抽离复用;提供代码生成器从DB生成实体、持久化、服务以及MVC控制器,每层依赖接口,并需要在客户端将对应实现层用Autofac程序集依赖注入,用AOP提供日志跟踪、事务、模型验证等。对Autofac、Redis、RabbitMQ封装扩展;DB访问提供自动主从访问,Redis客户端分区。特别适合管理系统。
Stars: ✭ 22 (-80%)
Mutual labels:  log, tool
Nova Mega Filter
Allows you to control the columns and filters shown on any Nova resource index
Stars: ✭ 49 (-55.45%)
Mutual labels:  laravel, nova
Nova Route Viewer
Route viewer tool for Laravel Nova
Stars: ✭ 54 (-50.91%)
Mutual labels:  laravel, nova
Laravel Nova Permission
A Laravel Nova tool for the Spatie Permission package
Stars: ✭ 59 (-46.36%)
Mutual labels:  laravel, nova
Nova Stripe Theme
A Laravel Nova theme closely resembling Stripe.
Stars: ✭ 71 (-35.45%)
Mutual labels:  laravel, nova
Nova Advanced Image Field
🌄📐 A Laravel Nova advanced image field with cropping and resizing using Cropper.js and Intervention Image
Stars: ✭ 67 (-39.09%)
Mutual labels:  laravel, nova
Laravel Log To Db
Custom Laravel and Lumen 5.6+ Log channel handler that can store log events to SQL or MongoDB databases. Uses Laravel/Monolog native logging functionality.
Stars: ✭ 76 (-30.91%)
Mutual labels:  laravel, log
Nova Indicator Field
A colour-coded indicator field for Laravel Nova
Stars: ✭ 108 (-1.82%)
Mutual labels:  laravel, nova
Git2json
Simple tool to get a JSON from your git log.
Stars: ✭ 18 (-83.64%)
Mutual labels:  log, tool
Nova Laravel Update Card
Check if you're running the latest Laravel version right from your Nova dashboard.
Stars: ✭ 34 (-69.09%)
Mutual labels:  laravel, nova
Laravel Web Tinker
Tinker in your browser
Stars: ✭ 664 (+503.64%)
Mutual labels:  laravel, tool
Laravel Tail
An artisan command to tail your application logs
Stars: ✭ 587 (+433.64%)
Mutual labels:  laravel, log
Collapsible Resource Manager
A custom sidebar menu with collapsible groups
Stars: ✭ 100 (-9.09%)
Mutual labels:  laravel, nova
Scout Extended
Scout Extended: The Full Power of Algolia in Laravel
Stars: ✭ 330 (+200%)
Mutual labels:  laravel, nova
Laravel Activitylog
Log activity inside your Laravel app
Stars: ✭ 4,123 (+3648.18%)
Mutual labels:  laravel, log

A Laravel Nova tool to display the application log

Latest Version on Packagist 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.

Support us

We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.

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/NovaServiceProvider.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 [email protected] instead of using the issue tracker.

Credits

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].