wgg/pimcore-logviewer
No Category
Project Summary
Pimcore Usagelog Viewer Bundle
Readme
pimcore-logviewer
Usagelog viewer for Pimcore admin interface
Requirements
- Pimcore X (^10.0.0)
Installation
$ composer require wgg/pimcore-logviewer
Installation via Extension Manager
After you have installed the Logviewer Bundle via composer, open Pimcore backend and go to Tools
=> Bundles
:
- Click the green
+
Button inEnable / Disable
row - Click the green
+
Button inInstall/Uninstall
row
Installation via CommandLine
After you have installed the Logviewer Bundle via composer:
- Execute:
$ bin/console pimcore:bundle:enable WggLogviewerBundle
- Execute:
$ bin/console pimcore:bundle:install WggLogviewerBundle
Upgrading
Upgrading via Extension Manager
After you have updated the Logviewer Bundle via composer, open Pimcore backend and go to Tools
=> Bundles
:
- Click the green
+
Button inUpdate
row
Upgrading via CommandLine
After you have updated the Logviewer Bundle via composer:
- Execute:
$ bin/console pimcore:bundle:update WggLogviewerBundle
Migrate via CommandLine
Does actually the same as the update command and preferred in CI-Workflow:
- Execute:
$ bin/console pimcore:migrations:migrate --bundle WggLogviewerBundle --allow-no-migration
Usage
Logviewer is accessible from the Tools / View logs
on the administration panel.