Download the PHP package wgg/pimcore-logviewer without Composer
On this page you can find all versions of the php package wgg/pimcore-logviewer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wgg/pimcore-logviewer
More information about wgg/pimcore-logviewer
Files in wgg/pimcore-logviewer
Package pimcore-logviewer
Short Description Pimcore Usagelog Viewer Bundle
License MIT
Homepage https://github.com/WebGardenGroup/pimcore-logviewer
Informations about the package pimcore-logviewer
pimcore-logviewer
Usagelog viewer for Pimcore admin interface
Requirements
- Pimcore X (^10.0.0)
Installation
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 / Disablerow - Click the green
+Button inInstall/Uninstallrow
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 inUpdaterow
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.