Answer the question
In order to leave comments, you need to log in
Why does fetching from the database by date not work in laravel5?
There is a structure like this:
$posts = Post::latest('published_at')->where('published_at', '<=', Carbon::now())->get();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question