wgg/pimcore-logviewer

Pimcore Usagelog Viewer Bundle

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Language:JavaScript

Type:pimcore-bundle

2.0 2021-07-16 07:10 UTC

This package is auto-updated.

Last update: 2024-03-16 13:48:08 UTC


README

Usagelog viewer for Pimcore admin interface

Packagist Software License

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 in Enable / Disable row
  • Click the green + Button in Install/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 in Update 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.