Magento 2 Module Development
In this tutorial, we have developed complete "News" module in Magento 2. You can learn module development process very easily. We have covered admin and fronted both side features like as create admin menu, admin grid, add/edit/delete admin grid items, news listing on fronted with pagination and also get single record from collection.
Topics
- Create admin menu in magento 2
- Create system config in magento 2
- Create helper and get system config value Magento 2
- How to create table and install sample data in Magento 2
- Create collection in Magento 2
- Create admin grid listing in Magento 2
- How to add grid items in Magento 2
- How to edit grid items in Magento 2
- How to delete grid items in Magento 2
- How to show collection on frontend with pagination in Magento 2
- How to get single record from collection in Magento 2