Closed syphernl closed 11 years ago
Make sure to replace:
'Illuminate\Validation\ValidationServiceProvider',
with:
'Intervention\Validation\ValidationServiceProvider'
in your config/app.php
There must be a cleaner way of extending Laravel's validators with your own?
Let me know if you can figure it out.
This one appears to have broken with the recent changes to the framework. I'm getting an error:
Method [validateUsername] does not exist.
The provider is in place, so the validator should be picked up.