Skip to content

lizardmedia/sample-magento2

Repository files navigation

LizardMedia Sample Magento 2 module

The module was created as an example on how to write Magento 2 modules and includes most features a standard M2 module has.

Prerequisites

  • Magento 2.3
  • PHP 7.2

Installing

To install the module simply put all the files inside

app/code/LizardMedia/Sample/

And run the following commands in the root of your M2 installation

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

Authors

License

This project is licensed under the MIT License - see the LICENCE file for details