Type
magento2-module
Custom app area code playground
magento2-module
MIT
None
None
None
None
None
Module provides playground and example for practical usage of custom area code
Magento 2.2 or higher PHP 7.1
To install the extension using Composer use the following commands:
bash
composer require bkubicki/custom-area-code-playground
php bin/magento module:enable BKubicki_CustomAppAreaPlayground
php bin/magento setup:upgrade
You can download the extension directly from GitHub and
put it inside app/code/BKubicki/CustomAppAreaPlayground
directory. Then run the
following commands:
bash
php bin/magento module:enable BKubicki_CustomAppAreaPlayground
php bin/magento setup:upgrade
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE file for details