laravel-admin icon indicating copy to clipboard operation
laravel-admin copied to clipboard

How to create custom validation rules?

Open r-shaygan opened this issue 1 year ago • 3 comments

by Encore\Admin\Form\Field::rules method, we can just pass a string or closure that returns a string of predefined rules. but I need to create my own rules as a closure (like laravel does)

r-shaygan avatar Mar 06 '23 18:03 r-shaygan