Laravel this is not only a practical framework, it is also a programming style
i am trying to pull records that are 7 days old only , not older or earlier. But its not working, i'm using Carbon.
->where(DB::raw('date(AppDate)'), Carbon::now()->subDays(7))
Aucun commentaire:
Enregistrer un commentaire