Back to Blog

Allow passing Enum casts to Rule::enum() in Laravel 11.16

Julian Beaujardin
Julian Beaujardin Reference: Laravel News July 17th, 2024

The Laravel team released v11.16 this week, which includes Ability to configure SQLite, allow packages to replace configs recursively, allow passing email address to assertSent and more.

Here are some highlights:

  • Allow passing Enum casts to Rule::enum()
  • Ability to configure SQLite busy_timeout, journal_mode, and synchronous pragmas
  • Allow view content dependent mail callbacks
  • Allow packages to replace configs recursively
  • Add success console output
  • Allow passing email address to assertSent

Release notes

You can see the complete list of new features and updates below and the diff between 11.15.0 and 11.16.0 on GitHub. The following release notes are directly from the changelog