This is an example tutorial repository that explains how to create a plugin for magento.
As it grows in features it is split into different branches.
- step 1
- Routes to a controller
- Responds to:
- Routes to a controller
/helloworld?name=yourname
/helloworld/index/goodbye?name=yourname
- step 2
- The previous index action renders a custom block
- The previous goodbye action renders a different layout
Marcelo Jacobus
- Alan Storm for this tutorial.
- Manish Prakash for this tutorial serie