---
title: "Generate HTML Password Rules Attribute in Laravel 13.9.0"
url: https://daily.dev/posts/generate-html-password-rules-attribute-in-laravel-13-9-0-uqcdta3hc
source_url: https://laravel-news.com/laravel-13-9-0
type: article
source: "Laravel News"
published: 2026-05-14T13:17:25.559Z
updated: 2026-05-14T13:17:47.616Z
tags: ["php", "laravel"]
reading_time: 7
upvotes: 57
comments: 3
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Generate HTML Password Rules Attribute in Laravel 13.9.0

**[Laravel News](https://daily.dev/sources/ln)** · 7 min read · 57 upvotes · 3 comments

## Summary

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.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/laravel-13-9-0>

## Community discussion

Top comments from developers on daily.dev.

**@teguhwin8** · 0 upvotes

> It's been a really long time since I used Laravel; the last version I touched was 9. It's amazing how fast technology moves!

## Similar posts on daily.dev

- [Password managers now suggest passwords that actually pass](https://daily.dev/posts/password-managers-now-suggest-passwords-that-actually-pass-fqmo6ex2p) · Oh Dear · 0 upvotes · 0 comments
- [New Expressive Model Attributes in Laravel 13.2.0](https://daily.dev/posts/new-expressive-model-attributes-in-laravel-13-2-0-d4iyewmhw) · Laravel News · 24 upvotes · 0 comments
- [RouteKey Model Attribute in Laravel 13.21](https://daily.dev/posts/routekey-model-attribute-in-laravel-13-21-6pftxmw3i) · Laravel News · 21 upvotes · 1 comments

---

Tags: [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel)

[View this post on daily.dev](https://daily.dev/posts/generate-html-password-rules-attribute-in-laravel-13-9-0-uqcdta3hc)
