php artisan make:rule
Code GenerationCreate a new validation rule
Examples
Common usage examples
Create a custom validation rule
php artisan make:rule UppercaseNotes
- Use in validation rules array
- Implement validate() method
Related Commands
You might also find these useful