How To Use Delete Query In Laravel


/ Published in: PHP
Save to your folder(s)

Learn how to use delete query in Laravel Framework.


Copy this code and paste it in your HTML
  1. DB::table('table_name')->delete($id);

URL: https://www.courseya.com/laravel-interview-questions/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.