laravel get record for only today code example Example: laravel where creation is today carbon $posts = Post::whereDate('created_at', Carbon::today())->get();