laravel时间判断

$now = Carbon::now();
if ($now >= '2019-01-02') {
}
原文地址:https://www.cnblogs.com/cjjjj/p/10219128.html