Commands.app

php artisan make:rule

Code Generation

Create a new validation rule

Examples
Common usage examples

Create a custom validation rule

php artisan make:rule Uppercase
Notes
  • Use in validation rules array
  • Implement validate() method
Related Commands
You might also find these useful