laravel/nova-log-viewer
最新稳定版本:v1.0.3
Composer 安装命令:
composer require laravel/nova-log-viewer
包简介
A Laravel Nova tool for viewing your application logs.
README 文档
README
This package makes it easy to view your Laravel application logs inside of Nova. It even supports polling.
Installation
You can install the Nova tool via Composer:
composer require laravel/nova-log-viewer
Next, you must register the tool with Nova. This is typically done in the tools method of your application's NovaServiceProvider.
public function tools() { return [ // ... \Laravel\Nova\LogViewer\LogViewer::make(), ]; }
统计信息
- 总下载量: 262.1k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 135
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-05-02
