php-junior/nova-logs 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

php-junior/nova-logs

最新稳定版本:v1.1.1

Composer 安装命令:

composer require php-junior/nova-logs

包简介

Provides a Log Viewer for Laravel Nova

README 文档

README

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.

统计信息

  • 总下载量: 427.2k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 80
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 78
  • Watchers: 2
  • Forks: 20
  • 开发语言: Vue

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-09-01