ashsmith/magento2-controller-module 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ashsmith/magento2-controller-module

最新稳定版本:2.0.1

Composer 安装命令:

composer require ashsmith/magento2-controller-module

包简介

A basic Magento 2 module with a controller

README 文档

README

#Magento 2 Controller Module Example

From my blog post: https://www.ashsmith.io/2014/12/simple-magento2-controller-module/

To install:

Install with Composer!

composer require ashsmith/magento2-controller-module:2.0.*

Then you'll need to modify app/etc/config.php to activate the module. It should look a little like this:

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

统计信息

  • 总下载量: 184
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 14
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 14
  • Watchers: 4
  • Forks: 12
  • 开发语言: PHP

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2015-08-15