creode / pimcore-bundle-avatar
A Pimcore bundle for the Avatar object
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:pimcore-bundle
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],