Usagelog viewer for Pimcore admin interface
- Pimcore X (^10.0.0)
$ composer require wgg/pimcore-logviewerAfter you have installed the Logviewer Bundle via composer, open Pimcore backend and go to Tools => Bundles:
- Click the green
+Button inEnable / Disablerow - Click the green
+Button inInstall/Uninstallrow
After you have installed the Logviewer Bundle via composer:
- Execute:
$ bin/console pimcore:bundle:enable WggLogviewerBundle - Execute:
$ bin/console pimcore:bundle:install WggLogviewerBundle
After you have updated the Logviewer Bundle via composer, open Pimcore backend and go to Tools => Bundles:
- Click the green
+Button inUpdaterow
After you have updated the Logviewer Bundle via composer:
- Execute:
$ bin/console pimcore:bundle:update WggLogviewerBundle
Does actually the same as the update command and preferred in CI-Workflow:
- Execute:
$ bin/console pimcore:migrations:migrate --bundle WggLogviewerBundle --allow-no-migration
Logviewer is accessible from the Tools / View logs on the administration panel.