wgg / pimcore-logviewer
Pimcore 使用日志查看器捆绑包
2.0
2021-07-16 07:10 UTC
Requires
- php: ^8.0
- ext-zlib: *
- pimcore/pimcore: ^10.0.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.18
- phpstan/phpstan: ^0.12
- phpstan/phpstan-symfony: ^0.12
This package is auto-updated.
Last update: 2024-09-16 14:58:29 UTC
README
Pimcore 管理界面使用日志查看器
要求
- 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
用法
日志查看器可以从管理面板的 工具 / 查看日志
访问。