yireo-training/magento2-example-module-skeleton

Maintainers

Package info

github.com/yireo-training/magento2-example-module-skeleton

Type:magento2-module

pkg:composer/yireo-training/magento2-example-module-skeleton

Statistics

Installs: 106

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2020-08-19 12:50 UTC

This package is auto-updated.

Last update: 2026-02-20 01:08:32 UTC


README

This module is only a simple skeleton for further modifications.

Installation

To install use the following composer command:

composer require yireo-training/magento2-example-module-skeleton:dev-master

Next enable the module:

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

And flush the cache:

bin/magento cache:clean

Proof of concept

Run bin/magento module:status to see if the module has been installed.