Make Rule

native command:

php artisan make:rule --package=your-package 
php artisan make:rule --package=your-package Rulename

References

https://laravel.com/docs/11.x/validation#using-rule-objects

Last updated on