Answers for "how to get the record of current date in laravel"

PHP
1

laravel where creation is today carbon

$posts = Post::whereDate('created_at', Carbon::today())->get();
Posted by: Guest on September-14-2020

Code answers related to "how to get the record of current date in laravel"

Browse Popular Code Answers by Language