ashsmith/magento2-controller-module

A basic Magento 2 module with a controller

Maintainers

Package info

github.com/ashsmith/magento2-controller-module

Type:magento2-module

pkg:composer/ashsmith/magento2-controller-module

Transparency log

Statistics

Installs: 184

Dependents: 0

Suggesters: 0

Stars: 14

Open Issues: 0

2.0.1 2015-08-15 16:02 UTC

This package is auto-updated.

Last update: 2026-08-13 12:24:12 UTC


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 enable the module and run setup upgrade:

bin/magento module:enable Ashsmith_HelloWorld
bin/magento setup:upgrade