📌  相关文章
📜  carbon 2天前 - PHP代码示例

📅  最后修改于: 2022-03-11 14:54:53.057000             🧑  作者: Mango

代码示例3
$users = Users::where('status_id', 'active')
           ->where( 'created_at', '>', Carbon::now()->subDays(30))
           ->get();