laravel where date from created_at code example Example: laravel where created_at today $posts = Post::whereDate('created_at', Carbon::today())->get();