bkubicki / custom-app-area-playground
Custom app area code playground
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.1.0
- magento/framework: 101.0.*
This package is auto-updated.
Last update: 2024-10-18 02:39:26 UTC
README
Overview
Module provides playground and example for practical usage of custom area code
Features
- adding custom area code
- example of custom xml configuration in custom area
- example of custom front controller for different HTTP request handling
Prerequisites
Magento 2.2 or higher PHP 7.1
Installation
Via Composer
To install the extension using Composer use the following commands:
composer require bkubicki/custom-area-code-playground php bin/magento module:enable BKubicki_CustomAppAreaPlayground php bin/magento setup:upgrade
From GitHub
You can download the extension directly from GitHub and
put it inside app/code/BKubicki/CustomAppAreaPlayground
directory. Then run the
following commands:
php bin/magento module:enable BKubicki_CustomAppAreaPlayground php bin/magento setup:upgrade
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
License
This project is licensed under the MIT License - see the LICENSE file for details