Have you done a composer update lately. Taylor recently pushed a commit that added support for custom validation messages.
Sep 8, 2014
6
Level 5
Laravel 4.3 LoginRequest error
I'm getting the following error when attempting to authenticate using the new Authentication classes in 4.3. This was working last night, but this morning seems to be broken.
When I submit my login, whether the password is correct or not, I get the following error:
Method MyApp\Http\Requests\Auth\LoginRequest::messages() does not exist
I can't seem to track down what's wrong.
Any thoughts?
Please or to participate in this conversation.