I've trying out the new boolean validation rule in 4.2.3: http://laravel.com/docs/validation#rule-bo...
@vaske here's what I did in my Laravel 5.1 unit test: $file = new Symfony\Component\HttpFoundation\F...
OK; when I actually add my custom error messages to the Validator::make() call it works: $validation...
The Laravel portal for problem solving, knowledge sharing and community building.
The community