Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (18 loc) · 526 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 526 Bytes

Example Magento 2 module for custom controllers demonstration.

Install:

First add repository to composer configuration: ```bash composer config repositories.inchoocustomcontroller vcs [email protected]:zoransalamun/magento2-custom-controllers.git ``` Require new package with composer: ```bash composer require inchoo/custom-controllers:dev-master ``` Enable Inchoo CustomControllers module ```bash php bin/magento module:enable Inchoo_CustomControllers ```

Flush everything:

php bin/magento setup:upgrade