wgg / pimcore-logviewer
Pimcore Usagelog Viewer Bundle
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Language:JavaScript
Type:pimcore-bundle
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-11-16 15:21:04 UTC
README
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.