Eloquent: Quick Reference

Query time casting

  • Laravel allows you to cast dates direct in a query using query time casting which automatically casts the date to a Carbon instance. Docs