Magento 2: Helloworld module
Hello world
module
- controller
- block
- layout
- template
- custom page
- custom link in footer
- install with composer
With composer:
$ composer config repositories.magento-2-vndr-helloworld vcs https://github.com/evgv/vndr-helloworld
$ composer require vndr/helloworld:dev-master
Manually:
Copy the zip into ../app/code/Vndr/HelloWorld
directory
$ php bin/magento module:enable Vndr_HelloWorld --clear-static-content
$ php bin/magento setup:upgrade