gal-digital-gmbh / pimcore-qrcode-bundle
Pimcore QR-Code bundle
Installs: 12 127
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 1
Open Issues: 0
Type:pimcore-bundle
Requires
- php: ^8.1
- endroid/qr-code: ^4.8
- pimcore/admin-ui-classic-bundle: ^1.0
- pimcore/pimcore: ^11.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.23
- phpstan/phpstan: ^1.10.29
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], // ... ];