Skip to content

zoransalamun/magento2-custom-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

magento2-custom-router

Example router in Magento 2.

Install:

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

Flush everything:

php bin/magento setup:upgrade

About

Example router for demonstration how to create custom router in Magento 2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages