Laravel 11.30 introduces new features including defer testing helpers, custom unique string IDs for Eloquent models, and support for backed enums with the AuthorizesRequests trait. Highlights include new withDefer() and withoutDefer() test helpers, the HasUniqueStringIds trait for custom IDs, and the ability to directly pass enums to the authorize() method. Additional updates can be reviewed through the GitHub changelog.
Table of contents
# New withDefer() and withoutDefer() Test Helpers# Introduce HasUniqueStringIds Trait# Allow authorize() Method to Accept Enums# Release notes# v11.30.0Sort: