/Magento2-1

Magento 2 custom modules

Primary LanguagePHP

Magento2

The repository contains the Magento 2 sample modules

Smart/Hello module is a basic hello world module

Smart/Black module contains basic magento 2 features like the following,

  • how to use the blocks, controllers, model classes
  • observers and events
  • layout and templates
  • How to use magento default logs
  • How to create a custom log with your custom file name

Smart/Feedback contains the following,

  • How to create a form using knockout js
  • How to load the form using knockout js
  • data-bind and ko.observable
  • How to get form value in ko
  • Posting the form data to controller
  • Save the details in database
  • Show success message using ko