bina / module-customer-file
客户文件
3.2.1
2022-12-09 01:56 UTC
Requires
- php: ~7.0.13||~7.1.0||~7.2.0||~7.3.0||~7.4.0
- magento/framework: ~101.0||~102.0||~103.0
- magento/module-customer: ~101.0||~102.0||~103.0
README
关于项目
为我的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 -f
(https://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)。
用法
要查找有关使用和相关问题的文档,请访问此开发的官方页面。