ghoster/module-customeravatar
Composer 安装命令:
composer require ghoster/module-customeravatar
包简介
Add a customer avatar as a customer attribute on customer edit, header
README 文档
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
avataras customer attribute
Attributes
- Customer - Avatar (avatar)
统计信息
- 总下载量: 38
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2020-12-17