Adds a backend configuration view for QR-Codes.
This project is a fork of the GAL Digital - QR-Code bundle (883684f / v2.0.0), which is licensed under GPLv3.
OpenDxp >= 1.0
Require the bundle
composer require open-dxp/qrcode-bundleAdd the bundle to the config/bundles.php file to enable it. The following lines should be added:
return [
OpenDxp\Bundle\QrcodeBundle\OpenDxpQrcodeBundle::class => ['all' => true],
];Execute: $ bin/console doctrine:migrations:migrate --prefix 'OpenDxp\Bundle\QrcodeBundle\Migrations'
- Execute:
$ bin/console doctrine:migrations:migrate --prefix 'OpenDxp\Bundle\QrcodeBundle\Migrations'
Per default, qr codes will be stored in config/qrcode/*.yaml.
If you want to change the write target, adjust it like this:
opendxp_qrcode:
config_location:
qrcode:
write_target:
type: 'settings-store'Licensed under the GNU General Public License v3.0 (GPLv3). For details, please see LICENSE.md.
© GAL Digital GmbH
© 2026 OpenDXP Contributors — GPLv3
For inquiries, suggestions, or contributions, feel free to reach us at contact@opendxp.io.
OpenDXP is a community-driven project initiated by DACHCOM.DIGITAL (Rheineck, Switzerland) and maintained by its community and contributors.
The project’s purpose is to preserve and maintain a GPLv3‑licensed codebase for community use.