You can customize default validation rules for passwords

You can customize default validation rules for passwords

You can specify the default validation rules for passwords in a single location of your Laravel app 🔐

Create a custom provider or use the AppServiceProvider. Then use Password::defaults() as validation rule ✅

You can have different defaults depending on the app environment.

We're writing a book, you can get it for free here.