Return to Snippet

Revision: 80164
at February 13, 2020 06:29 by devquora


Initial Title
How To Use Delete Query In Laravel

Initial Description
Learn how to use delete query in Laravel Framework.

Initial Code
DB::table('table_name')->delete($id);

Initial Tags
php

Initial Language
PHP

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