Something I learned yesterday: in Laravel (any framework really), if your users are going to be in different time zones, use timestamp() instead of dateTime() in your migrations.
dateTime doesn't hold timezone info, and if you use a BI system (eg Metabase), the date-centric fields will misbehave.
10 months ago