navigate/magento-2-passwordhideshow

由Navigate提供的Magento 2表单密码隐藏/显示功能

1.0.3 2023-09-30 10:47 UTC

This package is auto-updated.

Last update: 2024-08-30 01:26:30 UTC


README

客户表单密码隐藏/显示。

如何安装Navigate_PasswordHideShow模块

Composer安装

在Magento 2根目录下运行以下命令以通过Composer安装Navigate_PasswordHideShow模块。

安装

composer require navigate/magento-2-passwordhideshow
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f

更新

composer update navigate/magento-2-passwordhideshow
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f

如果您的店铺处于生产模式,请运行以下命令

php bin/magento setup:di:compile

手动安装

如果您想手动安装此模块,请按照以下步骤操作-

  • 在此下载最新版本
  • 创建一个类似这样的文件夹路径 app/code/Navigate/PasswordHideShow,并将 main.zip 文件提取到其中。
  • 转到Magento根目录并执行以下命令。
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f