wgg/pimcore-logviewer

Pimcore 使用日志查看器捆绑包

安装: 17

依赖: 0

建议者: 0

安全: 0

星星: 0

关注者: 4

分支: 0

开放问题: 0

语言:JavaScript

类型:pimcore-bundle

2.0 2021-07-16 07:10 UTC

This package is auto-updated.

Last update: 2024-09-16 14:58:29 UTC


README

Pimcore 管理界面使用日志查看器

Packagist Software License

要求

  • Pimcore X (^10.0.0)

安装

$ composer require wgg/pimcore-logviewer

通过扩展管理器安装

通过 composer 安装 Logviewer Bundle 后,打开 Pimcore 后端,转到 工具 => 捆绑包

  • 启用/禁用 行中点击绿色的 + 按钮
  • 安装/卸载 行中点击绿色的 + 按钮

通过命令行安装

通过 composer 安装 Logviewer Bundle 后

  • 执行:$ bin/console pimcore:bundle:enable WggLogviewerBundle
  • 执行:$ bin/console pimcore:bundle:install WggLogviewerBundle

升级

通过扩展管理器升级

通过 composer 升级 Logviewer Bundle 后,打开 Pimcore 后端,转到 工具 => 捆绑包

  • 更新 行中点击绿色的 + 按钮

通过命令行升级

通过 composer 升级 Logviewer Bundle 后

  • 执行:$ bin/console pimcore:bundle:update WggLogviewerBundle

通过命令行迁移

实际上与更新命令相同,在 CI-Workflow 中更受欢迎

  • 执行:$ bin/console pimcore:migrations:migrate --bundle WggLogviewerBundle --allow-no-migration

用法

日志查看器可以从管理面板的 工具 / 查看日志 访问。