ghoster / module-customeravatar
Add a customer avatar as a customer attribute on customer edit, header
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 3
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.3.0||~7.4.0||~8.0.0
- magento/framework: ~102.0.6-p1||~103.0.1||~103.0.4
This package is auto-updated.
Last update: 2024-11-21 08:52:26 UTC
README
composer require ghoster/module-customeravatar
Overview
Add a customer avatar as a customer attribute on customer edit, header.
Main Functionalities
- Add a customer avatar as a customer attribute on customer edit, header.
- Able to upload as a simple attribute admin-end.
- Private content for loading avatar on header.
- Modern uploader from customer edit page.
Support
- Magento >= 2.3.x
Installation
* = in production please use the --keep-generated
option
Type 1: Zip file
- Unzip the zip file in
app/code/GhoSter
- Enable the module by running
php bin/magento module:enable GhoSter_CustomerAvatar
- Apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
- Make the module available in a composer repository for example:
- private repository
repo.magento.com
- public repository
packagist.org
- public github repository as vcs
- private repository
- Add the composer repository to the configuration by running
composer config repositories.repo.magento.com composer https://repo.magento.com/
- Install the module composer by running
composer require ghoster/module-customeravatar
- enable the module by running
php bin/magento module:enable GhoSter_CustomerAvatar
- apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Configuration
- Enable Header: Enable avatar on header
Specifications
avatar
as customer attribute
Attributes
- Customer - Avatar (avatar)