Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Gabotronix's avatar

Laravel: select item where date is previous to today

Hi, imagine I have a model in my database wich has a filed "date", this file is a Carbon timestamp.

Now, I want to retrieve all instances of that model where date field has not yet come, that is, where the date field is prior to Carbon::now() timestamp.

Any suggestions?

0 likes
1 reply

Please or to participate in this conversation.