Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 875 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 875 Bytes

Magento Hello World exemple plugin.

what it is

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.

What it does

  • step 1
    • Routes to a controller
      • Responds to:
  /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

Author

Marcelo Jacobus

Kudos