bina/module-customer-file

客户文件

3.2.1 2022-12-09 01:56 UTC

This package is auto-updated.

Last update: 2024-09-09 06:16:12 UTC


README

Bina Commerce

关于项目

为我的Bina Commerce品牌实现Magento 2

这个小开发允许您以简单的方式实现客户文件属性的集成(及其相应的文件上传器)。

安装

要安装您的模块,您需要进入您的 Magento 安装根目录并运行以下命令

composer require bina/module-customer-file
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
bin/magento cache:clean
bin/magento cache:flush

注意 要执行 bin/magento setup:static-content:deploy,您需要使用 ISO-639 格式列出商店/的所有语言。另外,如果您使用的是不同于生产模式的其他平台模式,则需要使用 -f 标志执行命令: bin/magento setup:static-content:deploy -fhttps://devdocs.magento.com/guides/v2.4/config-guide/cli/config-cli-subcommands-static-view.html)。

注意 命令 bin/magento cache:flush 是可选的(https://devdocs.magento.com/guides/v2.4/config-guide/cli/config-cli-subcommands-cache.html#config-cli-subcommands-cache-clean)。

用法

要查找有关使用和相关问题的文档,请访问此开发的官方页面

作者