How to create the configuration via backend for a custom module Published at 21 Aug 2015 In this post, I will introduce you how to create the configurations via Magento 2 backend. We will continue using the Tutorial_SimpleNews module for...
Day: April 15, 2016
magento 2
Magento 2: CRUD Models for Database Access
Create Module ulsestorm_ToDoCrud module Generating Crud Files As previously mentioned, we’re going to create a model for a “To Do” item in our imaginary productivity application. We’ll want this model to have two main fields — the text of the...