Support the ongoing development of Laravel.io →
posted 7 years ago
Laravel.io
Last updated 1 year ago.
0

Find the record you want to delete. Assign it to a variable add ->delete() to variable.

$data = \DB::table("prosystem_log_statistics")->find(1);
$data->delete();
Last updated 7 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

aligurbuz aligurbuz Joined 9 Jul 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.