yusufpangal/module-example
最新稳定版本:1.0.1
Composer 安装命令:
composer require yusufpangal/module-example
包简介
An example module for Magento 2 beginners
关键字:
README 文档
README
An example helloworld module for Magento 2 beginners
This module is created as an example to teach magento 2 beginners how to write a custom module.
1- Manual installation:
Create a new directory called MageSheet under the app/code folder in your application's home directory.
Copy the files you downloaded from GitHub to the app/code/MageSheet directory you just created.
Run the following command in Magento 2 root folder.
php bin/magento module:enable MageSheet_Example --clear-static-content php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f
2- Install via composer
Run the following command in Magento 2 root folder.
composer require yusufpangal/module-example php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f
Run compile if your store in Product mode:
php bin/magento setup:di:compile
Bu modül en son 2023 yılında güncellenmiştir.
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2022-09-10