nr-infotech / magento2-helloworld
这是面向 Magento 2 初学者的 hello world 模块
1.0.1
2020-10-25 06:45 UTC
Requires
- php: ^7.1.0
This package is auto-updated.
Last update: 2024-09-25 15:31:53 UTC
README
如何安装此扩展?
在您的根目录下,运行以下命令行
如果您想安装最新版本,请运行以下命令
- composer require nr-infotech/magento2-helloworld
如果您想安装特定版本,请运行以下命令
- composer require nr-infotech/magento2-helloworld:1.0.1
您可以通过以下命令查看所有版本
- composer show --all nr-infotech/magento2-helloworld
以下命令将注册您的模块
- php bin/magento setup:upgrade --keep-generated
通过以下命令清除您的缓存
- php bin/magento cache:flush
如何查看结果
- 转到您的店面,并在您的站点基础 URL 后输入 URL
base_url/helloworld