Laravel 13.9.0 ships several new features. The headline addition is Password::toPasswordRulesString(), which converts a Password validation rule into an HTML passwordrules attribute string so browsers and password managers like Safari, 1Password, and Bitwarden can auto-generate compliant passwords. Other additions include Cloud queue metrics for job throughput telemetry, optional disk storage for SQS payloads exceeding the 1 MB limit (offloading to S3 via a pointer), Concurrency::run() timeout support for the process driver, PendingDispatch conditionable with when()/unless() for inline job configuration, a PreparesForDispatch interface for pre-dispatch hooks, a foreignUuidFor() schema blueprint helper, ThrottlesExceptions backoff accepting a Closure, and enum support for contextual attribute binding.
Table of contents
# Password::toPasswordRulesString()# Cloud Queue Metrics# Optional Disk Storage for Large SQS Payloads# Concurrency::run() Timeout Support# PendingDispatch Conditionable# PreparesForDispatch Interface# foreignUuidFor Schema Helper# ThrottlesExceptions Backoff Accepts a Closure# Enum Support for Contextual Attribute Binding# Miscellaneous Fixes and Improvements146.1K Impressions3 Comments