Download the PHP package stepanenko3/nova-logs-tool without Composer
On this page you can find all versions of the php package stepanenko3/nova-logs-tool. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download stepanenko3/nova-logs-tool
More information about stepanenko3/nova-logs-tool
Files in stepanenko3/nova-logs-tool
Package nova-logs-tool
Short Description A Laravel Nova tool to manage and keep track of each one of your logs files.
License MIT
Homepage https://github.com/stepanenko3/nova-logs-tool
Informations about the package nova-logs-tool
Nova tool to view logs
Description
A Laravel Nova tool to manage and keep track of each one of your logs files.
Features
- 📂 View all the Laravel logs in your storage/logs directory,
- 📂 Logs from nested directories,
- 🔍 Search the logs,
- 🎚 Filter by log level (error, info, debug, etc.),
- 💾 Download & delete log files from the UI,
- ✅ Horizon log support,
- ⌚️ Polling logs,
- ⚫️ Dark mode,
- 📱 Responsive,
- 🕔 Show loading time and memory
Requirements
php: >=8.0
laravel/nova: ^4.0
Installation
You can install the package in to a Laravel app that uses Nova via composer:
Next up, you must register the tool with Nova. This is typically done in the tools
method of the NovaServiceProvider
.
Publish the package configuration file.
Authorization
Usage
Click on the "nova-logs-tool" menu item in your Nova app to see the tool provided by this package.
Possible environment variables:
Show latest logs on Dashboard
Create Metric class in app/Nova/Metrics
Add Metric declaration code to Cards method of Dashboard class
Screenshots
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
The MIT License (MIT). Please see License File for more information.