Download the PHP package ghoster/module-customeravatar without Composer
On this page you can find all versions of the php package ghoster/module-customeravatar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ghoster/module-customeravatar
More information about ghoster/module-customeravatar
Files in ghoster/module-customeravatar
Download ghoster/module-customeravatar
More information about ghoster/module-customeravatar
Files in ghoster/module-customeravatar
Vendor ghoster
Package module-customeravatar
Short Description Add a customer avatar as a customer attribute on customer edit, header
License proprietary
Package module-customeravatar
Short Description Add a customer avatar as a customer attribute on customer edit, header
License proprietary
Please rate this library. Is it a good library?
Informations about the package module-customeravatar
Magento 2 Module Customer Avatar
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)
All versions of module-customeravatar with dependencies
PHP Build Version
Package Version
Requires
php Version
~7.3.0||~7.4.0||~8.0.0
magento/framework Version ~102.0.6-p1||~103.0.1||~103.0.4
magento/framework Version ~102.0.6-p1||~103.0.1||~103.0.4
The package ghoster/module-customeravatar contains the following files
Loading the files please wait ....