Delete records from php myadmin in laravel vue

Опубликовано: 17 Март 2025
на канале: Code Combination
20
0

Hello,
In this video we will implement delete operation in our school management system.
First, we add a delete button and pass id of that row which is to be deleted. We have use sweet alert which comes as a prompt that if we want to delete the data or not. When user allows the data will be deleted and live results are what we get.

Install Sweet Alert : https://sweetalert2.github.io/#download
Install Vuejs : https://vuejs.org/v2/guide/installati...
Install axios : https://www.npmjs.com/package/axios