The aim of this video is to add CRUD operations to the Laravel application. See how to work with the resource controller to handle CRUD operations. We will also see some model functions to get data from tables
• Add create operations with the HTML form and resource controller
• Add update operations with the HTML form and resource controller
• Add the delete, show, and read operations with the resource controller