bkubicki/custom-app-area-playground

Custom app area code playground

1.1.0 2019-02-17 13:32 UTC

This package is auto-updated.

Last update: 2024-05-18 01:49:30 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