adeoweb/magento-module-customer

customer module for magento

dev-main 2022-09-01 14:35 UTC

This package is auto-updated.

Last update: 2024-04-29 05:11:28 UTC


README

Prerequisites

PHP

7.3|7.4

Magento

2.3.*|2.4.*

Installing

Install with composer

composer require adeoweb/magento-module-customer

Enable module

php bin/magento module:enable AdeoWeb_Customer

Run install scripts

php bin/magento setup:upgrade

Run compile scripts

php bin/magento setup:di:compile

Development

git clone git@gitlab-ssh.adeoweb.biz:adeoweb/modules/m2-modules/customer.git src/vendor/adeoweb/module-customer
composer config repositories.0 path vendor/adeoweb/module-customer
composer require adeoweb/module-customer

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.