DB::beginTransaction(); try { DB::insert(...); DB::commit(); } catch (Throwable $e) { DB::rollback(); throw $e; }