biren/magento2-crud-module

此包的最新版本(dev-master)没有提供许可证信息。

使用composer的Crud模块!

安装: 6

依赖: 0

建议者: 0

安全: 0

星标: 2

关注者: 2

分支: 3

开放问题: 0

类型:magento2-module

dev-master 2019-04-02 12:53 UTC

This package is auto-updated.

Last update: 2024-09-29 05:02:27 UTC


README

这是一个由composer子模块创建的Magento 2 - Hello World模块。

需求

  • Magento Composer Installer: 将模块内容复制到app/code/文件夹下。为了安装它,请在根目录下运行以下命令

      composer require magento/magento-composer-installer
    

将GIT仓库添加到composer

composer config repositories.biren-magento2-crud-module vcs https://github.com/birenk/magento2-crud-module/
  • 添加VCS仓库:以便composer可以找到模块。在您的composer.json中添加以下行

      "repositories": [
      {
          "type": "vcs",
          "url": "https://github.com/birenk/magento2-crud-module"
      }],
    

安装

  • 将模块添加到composer

      composer require biren/magento2-crud-module
    
  • app/etc/config.php中的'modules'部分添加新条目

      'Biren_Crudimage' => 1,
    
  • 清除缓存