I want to add google recaptcha in Laravel Fortify login validation rules.I didn't find at the documentation how to add or override this.I found Login validation in vendor\laravel\fortify\src\Http\Requests\LoginRequest.php but i know that is a bad idea to make changes in the vendor folder.How to do override the proper way?
Argument 1 passed to App\Providers\FortifyServiceProvider::App\Providers\{closure}() must be an instance of App\Http\Requests\LoginRequest, instance of Laravel\Fortify\Http\Requests\LoginRequest given