alexeyyermakov/contact-us

不适用

安装: 1

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:magento2-module

v1.0.0 2019-10-28 09:29 UTC

This package is auto-updated.

Last update: 2024-09-28 21:46:22 UTC


README

安装模块

composer require alexeyyermakov/contact-us

或者在composer.json中添加

"require": {
    ...,
    "alexeyyermakov/contact-us": "^1.0"
},

并使用composer install or update

当模块安装完成后,运行以下命令以启用模块

php bin/magento module:enable AlexeyYermakov_ContactUs

php bin/magento setup:upgrade