gal-digital-gmbh/pimcore-qrcode-bundle

Pimcore QR-Code 套件

2.0.0 2023-08-21 07:53 UTC

This package is auto-updated.

Last update: 2024-09-21 12:37:16 UTC


README

为 QR-Code 添加后端配置视图。

要求

Pimcore >= 11.0

安装

需要此插件

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

将插件添加到 config/bundles.php 文件中以启用。以下行应被添加:

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

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