mageserv / customer-registration
Magento 2 Customer Registration Module based on Elaraby Assignment
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/mageserv/customer-registration
Requires
- php: ^7.1|^8.2
- magento/module-customer: 100.2.*||100.3.*||100.4.*
This package is auto-updated.
Last update: 2025-12-13 05:55:36 UTC
README
Installation
Install using FTP method
- Download the latest release of the plugin
- Upload the content of the folder to magento2 installation directory:
app/code/Mageserv/CustomerRegistration - Run the following Magento commands:
php bin/magento setup:upgradephp bin/magento setup:static-content:deployphp bin/magento cache:clean
Install using Composer
composer require mageserv/cutomer-registrationphp bin/magento setup:upgradephp bin/magento setup:static-content:deployphp bin/magento cache:clean
Activating the Plugin
By default, and after installing the module, it will be activated. To Disable/Enable the module:
Enable
php bin/magento module:enable Mageserv_CustomerRegistration
Disable
php bin/magento module:disable Mageserv_CustomerRegistration
Configure the Plugin
- Navigate to
"Magento admin panel" >> Stores >> Configuration - Open
"Elaraby Group >> Customer Registration - Enable the module and add your configurations
- Click
Save Config
Log Access
- Access log from file found at:
/var/log/customer-{id}.log
Done