gal-digital-gmbh/pimcore-qrcode-bundle
not-reviewed
No Category
Detailsgal-digital-gmbh/pimcore-qrcode-bundle
No Category
Project Summary
Pimcore QR-Code bundle
Readme
Pimcore QR-Code bundle
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],
// ...
];