akinuri's avatar

[Breeze] Validation in LoginRequest

In Breeze, I'm trying to figure out where the validation for the login page happens. I could trace it to the App\Http\Requests\Auth\LoginRequest, and all I can see there is the rules() method. I don't understand where and how it's used. It seems to be happening automaically. If I were to disable the automatic validation, and do it manually, how would I proceed?

0 likes
1 reply
jlrdw's avatar

In LoginRequest.php, manually you follow the documentation in the authentication chapter, there are examples.

Of course for a deeper understanding lookup things in the API, and source code on Github.

1 like

Please or to participate in this conversation.