Laravel V11.15 Released With Generics And More
Laravel v11.15 released with improvements to make:mail, generics in Eloquent Builder & Relations, database migration updates, and more.
The Laravel team released v11.15 this week, which includes improvements to the make:mail command, support for setting mime types on attachments with Resend, database migration updates, and more. #Add Generics to Eloquent Builder and Relations Caleb White contributed integrating relation generics into the Laravel framework: Generics provide better auto-completion and intellisense in the ide without having to rely on Larastan to add generics to the classes through the use of stubs. Having generics in the framework also makes it easier for third party packages to define the inner types on their c...