Introducing Laravel Quizzes! Try your luck at quizzes based on the Laravel documentation with hundreds of hand crafted questions! Play now →
Community Laravel Validation
Password Validation Rule Object in Laravel 8
A new Password Rule object is now included in Laravel v8.39, thanks to the efforts of Nuno Maduro.
laravel-news.com
Laravel Validation
Nullable vs. Sometimes
The more fields you are validating, the more chance you don't actually need all of them to process what you're doing.
Anthony Rappa
Laravel Validation 101, Controllers, Form Requests, & Rules
A core part of any project is understanding how to validate the incoming request from your users.