Support the ongoing development of Laravel.io →
posted 9 years ago
Laravel.io
Last updated 3 years 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 9 years ago.
0

Sign in to participate in this thread!

PHPverse

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.

© 2025 Laravel.io - All rights reserved.