🌈 搜索
📅  最后修改于: 2022-03-11 14:59:03.950000             🧑  作者: Mango
$data = YOURMODEL::where('created_at', '<=', Carbon::now()->subDays(2)->toDateTimeString())->get();