gal-digital-gmbh/pimcore-qrcode-bundle

Pimcore QR-Code bundle

2.0.0 2023-08-21 07:53 UTC

This package is auto-updated.

Last update: 2024-04-21 11:46:46 UTC


README

Adds a backend configuration view for QR-Codes.

Requirements

Pimcore >= 11.0

Installation

Require the bundle

composer require gal-digital-gmbh/pimcore-qrcode-bundle

Add the bundle to the config/bundles.php file to enable it. The following lines should be added:

use GalDigitalGmbh\PimcoreQrcodeBundle\PimcoreQrcodeBundle;
// ...

return [
    // ...
    PimcoreQrcodeBundle::class => ['all' => true],
    // ...
];