chipulaja/magento2-blank-module

Blank Module for magento 2

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/chipulaja/magento2-blank-module

v0.0.1 2019-07-22 06:44 UTC

This package is auto-updated.

Last update: 2025-09-22 21:17:53 UTC


README

the purpose of this code is to demonstrating how to create a blank module on magento 2.

to create blank module on magento 2 you need files :

  • registration.php
  • etc/module.xml

how to install this module

There are two ways to install this module

first

copy and paste this code into app/code/Chipulaja/BlankModule php bin/magento module:enable Chipulaja_Magento_BlankModule

second

composer requires chipulaja\magento2-blank-module
php bin/magento module:enable Chipulaja_Magento_BlankModule