二元客/helloworld-controller-module

一个包含控制器的基础 Magento 2 模块

dev-master 2019-10-23 12:04 UTC

This package is auto-updated.

Last update: 2024-09-23 23:06:51 UTC


README

#Magento 2 控制器模块示例

安装

使用 Composer 安装!

composer require birenk/helloworld-controller-module:2.0.*

然后您需要修改 app/etc/config.php 来激活模块。它可能看起来像这样

<?php
return array (
    'modules' =>
    array (
        ...
        'Birenk_HelloWorld' => 1,
        ),
      );