PHP Form for CRUD operations

Form UI Component in Magento 2 allows creating and updating entities. In this video, we will complete a Form for a blog post entity. It is a series of videos where we showed how to develop a blog functionality in Magento 2. 

CRUD is an acronym that comes from the world of computer programming and refers to the four functions that are considered necessary to implement a persistent storage application: create, read, update and delete.

To create a form on a page in Magento 2, we should:

  1. Create an XML file that holds a Form Configuration 
  2. Create a Data Provider PHP Class
  3. Add UI Component to Layout Configuration. 

Watch the new video.

https://youtu.be/oGVeCpKtmFc

Go to this link to watch the previous videos: https://bit.ly/3PJ6Fvd 

Share the post with friends and colleagues!