The module was created as an example on how to write Magento 2 modules and includes most features a standard M2 module has.
- Magento 2.3
- PHP 7.2
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
This project is licensed under the MIT License - see the LICENCE file for details