Level 1
share your model pls ! did you add
public $timestamps = true;
on your model?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have a simple model 'Email' with a timestamp field 'sendlater'.
I've add protected $dates = ['sendlater'] but when I retrieve a record or model binding it is not presenting the date as a Carbon object.
Any suggestions?
Please or to participate in this conversation.