Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 317 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 317 Bytes

magento2-sample

Sample magento2 module - it does nothing :P

Installation

via composer

Run the following command in Magento 2 root folder:

composer require ruchlewicz/magento2-sample
php bin/magento setup:upgrade

manual

Download the repository and put the code into

app/code/Ruchlewicz/Sample