magento2-module magento2-controller-module
A basic Magento 2 module with a controller
ashsmith/magento2-controller-module
A basic Magento 2 module with a controller
- Wednesday, June 14, 2017
- by ashsmith
- Repository
- 4 Watchers
- 15 Stars
- 173 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 14 Forks
- 0 Open issues
- 4 Versions
- 0 % Grown
Magento 2 Controller Module Example
From my blog post: https://www.ashsmith.io/2014/12/simple-magento2-controller-module/, (*1)
To install:
Install with Composer!, (*2)
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:, (*3)
<?php
return array (
'modules' =>
array (
...
'Ashsmith_HelloWorld' => 1,
),
);
dev-master
9999999-dev
A basic Magento 2 module with a controller
Sources
Download
OSL-3.0
AFL-3.0
The Requires
2.0.1
2.0.1.0
A basic Magento 2 module with a controller
Sources
Download
OSL-3.0
AFL-3.0
The Requires
2.0.0
2.0.0.0
A basic Magento 2 module with a controller
Sources
Download
OSL-3.0
AFL-3.0
The Requires
1.0.0
1.0.0.0
A basic Magento 2 module with a controller
Sources
Download
OSL-3.0
AFL-3.0
The Requires