thefrosty/

wp-debug-log-widget

添加一个管理仪表盘小部件来解析 WordPress 错误日志文件。

安装数: 4,252

依赖: 0

建议者: 0

安全性: 0

星标: 8

关注者: 2

分支: 0

开放问题: 0

类型:wordpress-plugin

v1.3.0 2024-03-08 20:19 UTC

README

Debug Log Widget

PHP from Packagist Latest Stable Version Total Downloads License Build Status codecov

添加一个管理仪表盘小部件来解析 WordPress 错误日志文件。

包安装(通过 Composer)

要安装此包,编辑您的 composer.json 文件

{
    "require": {
        "thefrosty/wp-debug-log-widget": "^1.2"
    }
}

然后运行

$ composer install thefrosty/wp-debug-log-widget

或者,运行

$ composer require thefrosty/wp-debug-log-widget:^1.2