An open API service indexing awesome lists of open source software.

https://github.com/gal-digital-gmbh/pimcore-qrcode-bundle

Adds a backend configuration view for QR-Codes.
https://github.com/gal-digital-gmbh/pimcore-qrcode-bundle

hacktoberfest php pimcore pimcore-bundle symfony symfony-bundle

Last synced: about 1 year ago
JSON representation

Adds a backend configuration view for QR-Codes.

Awesome Lists containing this project

README

          

# Pimcore QR-Code bundle

Adds a backend configuration view for QR-Codes.

## Requirements

Pimcore >= 11.0

## Installation

Require the bundle

```bash
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:

```php
use GalDigitalGmbh\PimcoreQrcodeBundle\PimcoreQrcodeBundle;
// ...

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