creode/pimcore-bundle-avatar

There is no license information available for the latest version (0.0.8) of this package.

A Pimcore bundle for the Avatar object

0.0.8 2022-01-28 16:57 UTC

This package is auto-updated.

Last update: 2024-04-28 21:57:39 UTC


README

Installation

Obtaining the source code

Source code should be installed using composer, the code is listed on packagist under creode/pimcore-bundle-avatar

Registering the bundle

In config/bundles.php add the following line to the array:

Creode\AvatarBundle\AvatarBundle::class => ['all' => true],