项目作者: evgv

项目描述 :
Magento 2: Helloworld module
高级语言: PHP
项目地址: git://github.com/evgv/magento-2-vndr-helloworld.git
创建时间: 2017-08-15T13:49:11Z
项目社区:https://github.com/evgv/magento-2-vndr-helloworld

开源协议:MIT License

下载


Magento 2: Hello world module

Features

  1. - controller
  2. - block
  3. - layout
  4. - template
  5. - custom page
  6. - custom link in footer
  7. - install with composer

Installation

With composer:

  1. $ composer config repositories.magento-2-vndr-helloworld vcs https://github.com/evgv/vndr-helloworld
  2. $ composer require vndr/helloworld:dev-master

Manually:

Copy the zip into ../app/code/Vndr/HelloWorld directory

After installation by either means, enable the extension by running following commands:

  1. $ php bin/magento module:enable Vndr_HelloWorld --clear-static-content
  2. $ php bin/magento setup:upgrade