Closed hofmannsven closed 4 years ago
Since the 2.0.0-beta1 I'm having issues with my custom validation rules (see using extensions).
I added the custom validation rule right inside my app service provider:
Validator::extend('foo', 'FooValidator@validate');
And I keep getting the error:
Validation rule (Intervention\Validation\Rules\Foo) does not exist.
Can you help?
Well, It’s still beta. I suggest to stick to 1.x for now.
Thanks for your reply. It already works with the 2.0.0-beta3.
Since the 2.0.0-beta1 I'm having issues with my custom validation rules (see using extensions).
I added the custom validation rule right inside my app service provider:
And I keep getting the error:
Can you help?